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

Unified Diff: webkit/tools/test_shell/test_shell.h

Issue 8819022: 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 | « webkit/glue/webkit_glue.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/test_shell.h
diff --git a/webkit/tools/test_shell/test_shell.h b/webkit/tools/test_shell/test_shell.h
index 2d6baeff8ec1484a2cd0fe7b454fac69c7d3ef03..2085e635577195f9d97050541f052525c8fda502 100644
--- a/webkit/tools/test_shell/test_shell.h
+++ b/webkit/tools/test_shell/test_shell.h
@@ -35,6 +35,7 @@
#include "base/basictypes.h"
#include "base/file_path.h"
#include "base/scoped_temp_dir.h"
+#include "base/string_piece.h"
#if defined(OS_MACOSX)
#include "base/lazy_instance.h"
#endif
@@ -57,10 +58,6 @@ class TestShellDevToolsAgent;
class TestShellDevToolsClient;
class TestWebViewDelegate;
-namespace base {
-class StringPiece;
-}
-
namespace WebKit {
class WebDeviceOrientationClientMock;
class WebGeolocationClientMock;
« no previous file with comments | « webkit/glue/webkit_glue.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698