summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/test_shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/tools/test_shell/test_shell.h')
-rw-r--r--webkit/tools/test_shell/test_shell.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/webkit/tools/test_shell/test_shell.h b/webkit/tools/test_shell/test_shell.h
index b99cbea..5d14c55 100644
--- a/webkit/tools/test_shell/test_shell.h
+++ b/webkit/tools/test_shell/test_shell.h
@@ -47,10 +47,13 @@
typedef std::list<gfx::NativeWindow> WindowList;
struct WebPreferences;
-class StringPiece;
class TestNavigationEntry;
class TestNavigationController;
+namespace base {
+class StringPiece;
+}
+
class TestShell {
public:
struct TestParams {
@@ -268,7 +271,7 @@ public:
static void ShowStartupDebuggingDialog();
// This is called indirectly by the network layer to access resources.
- static StringPiece NetResourceProvider(int key);
+ static base::StringPiece NetResourceProvider(int key);
protected:
bool Initialize(const GURL& starting_url);