From de5abb99dd2c68a4164447cc67bfba228ec3353d Mon Sep 17 00:00:00 2001 From: "evanm@google.com" Date: Wed, 22 Oct 2008 21:33:27 +0000 Subject: Reduce header dependencies. Random files in V8Bindings were getting rebuilt when I touched process_util.h. I tracked it down to stats_table.h and shared_memory.h. This change cuts down some dependencies there; more could be removed if we made some of our FooHandle typedefs into abstract data types instead. Review URL: http://codereview.chromium.org/7307 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3770 0039d316-1c4b-4281-b951-d872f2087c98 --- base/stats_table.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'base/stats_table.h') diff --git a/base/stats_table.h b/base/stats_table.h index 1a0027c..8ef529c 100644 --- a/base/stats_table.h +++ b/base/stats_table.h @@ -24,7 +24,6 @@ #include "base/basictypes.h" #include "base/hash_tables.h" #include "base/lock.h" -#include "base/shared_memory.h" #include "base/thread_local_storage.h" class StatsTablePrivate; @@ -165,7 +164,6 @@ class StatsTable { typedef base::hash_map CountersMap; bool opened_; - SharedMemory shared_memory_; StatsTablePrivate* impl_; // The counters_lock_ protects the counters_ hash table. Lock counters_lock_; @@ -182,4 +180,3 @@ class StatsTable { }; #endif // BASE_STATS_TABLE_H__ - -- cgit v1.1