So that ScopedPtrHashMap can be used by user outside of cc.

BUG=156199

Review URL: https://chromiumcodereview.appspot.com/23653002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220488 0039d316-1c4b-4281-b951-d872f2087c98


CrOS-Libchrome-Original-Commit: 03c43ec0c85aabf6e38a786635c3929b69cc377b
diff --git a/base/base.gypi b/base/base.gypi
index 9bac4fd..6a90a0f 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -117,6 +117,7 @@
           'containers/hash_tables.h',
           'containers/linked_list.h',
           'containers/mru_cache.h',
+          'containers/scoped_ptr_hash_map.h',
           'containers/small_map.h',
           'containers/stack_container.h',
           'cpu.cc',