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

Unified Diff: content/public/common/content_client.h

Issue 8818014: Don't attempt to forward declare StringPiece. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_client.h
diff --git a/content/public/common/content_client.h b/content/public/common/content_client.h
index f984b47f409945116fe2a0f19ab0b6c4452b4c9f..b2460ba7c31c9eddff998d14dc3b7568e3a99b3f 100644
--- a/content/public/common/content_client.h
+++ b/content/public/common/content_client.h
@@ -11,6 +11,7 @@
#include "base/basictypes.h"
#include "base/string16.h"
+#include "base/string_piece.h"
#include "build/build_config.h"
#include "content/common/content_export.h"
@@ -21,10 +22,6 @@ namespace IPC {
class Message;
}
-namespace base {
-class StringPiece;
-}
-
namespace sandbox {
class TargetPolicy;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698