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

Unified Diff: base/data_pack.h

Issue 193072: Move StringPiece into the base namespace. It is colliding (Closed)
Patch Set: take 2 Created 11 years, 3 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 | « app/resource_bundle_win.cc ('k') | base/data_pack_unittest.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 ff4f6d952de214417178cd5b1c53c89efa07d42d..02a38490602792971a44dcb7174b9fe834389906 100644
--- a/base/data_pack.h
+++ b/base/data_pack.h
@@ -16,10 +16,11 @@ namespace file_util {
class MemoryMappedFile;
}
class FilePath;
-class StringPiece;
namespace base {
+class StringPiece;
+
class DataPack {
public:
DataPack();
« no previous file with comments | « app/resource_bundle_win.cc ('k') | base/data_pack_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698