Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2723)

Unified Diff: base/stats_table.h

Issue 7307: Reduce header dependencies. (Closed)
Patch Set: retry Created 12 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/shared_memory.h ('k') | base/stats_table.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/stats_table.h
diff --git a/base/stats_table.h b/base/stats_table.h
index 1a0027c6963cf2373c934eabbe9a472a5a2a6573..8ef529c78a17263d631448d81d04a25f4a94d552 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<std::wstring, int> 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__
-
« no previous file with comments | « base/shared_memory.h ('k') | base/stats_table.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698