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

Unified Diff: chrome/common/property_bag.h

Issue 3120021: FBTF: Header cleanup in chrome/common part 2. The majority of the changed files (Closed)
Patch Set: Win fix 2. Created 10 years, 4 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 | « chrome/common/process_watcher.h ('k') | chrome/common/property_bag.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/property_bag.h
diff --git a/chrome/common/property_bag.h b/chrome/common/property_bag.h
index dffcf7ce95a5ed1f862282d3760ce9a9fbd87740..d0d7c89c99debc490c131f9b2ee8087d864eef36 100644
--- a/chrome/common/property_bag.h
+++ b/chrome/common/property_bag.h
@@ -9,8 +9,9 @@
#include <map>
#include "base/basictypes.h"
-#include "base/linked_ptr.h"
+template <typename T>
+class linked_ptr;
class PropertyAccessorBase;
// A property bag holds a generalized list of arbitrary metadata called
« no previous file with comments | « chrome/common/process_watcher.h ('k') | chrome/common/property_bag.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698