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

Unified Diff: base/data_pack.h

Issue 3068004: base/ header cleanup. Forward declaration instead of including. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: chrome_launcher_unittest.cc Created 10 years, 5 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/command_line_unittest.cc ('k') | base/data_pack.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/data_pack.h
diff --git a/base/data_pack.h b/base/data_pack.h
index 33f8b0fe7fd3936c75005fcb518befa87ee77eec..2836715306c75cb2e3b5b3af6de47f0e7cacad95 100644
--- a/base/data_pack.h
+++ b/base/data_pack.h
@@ -13,13 +13,13 @@
#include <map>
#include "base/basictypes.h"
-#include "base/ref_counted_memory.h"
#include "base/scoped_ptr.h"
namespace file_util {
class MemoryMappedFile;
}
class FilePath;
+class RefCountedStaticMemory;
namespace base {
« no previous file with comments | « base/command_line_unittest.cc ('k') | base/data_pack.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698