| Index: webkit/tools/test_shell/test_shell_webkit_init.h
|
| diff --git a/webkit/tools/test_shell/test_shell_webkit_init.h b/webkit/tools/test_shell/test_shell_webkit_init.h
|
| index 2a19ab6a227b2a52d7a3421c82f3e28ee5a60c07..85b87e8e9b407433c069549d33069546026c3963 100644
|
| --- a/webkit/tools/test_shell/test_shell_webkit_init.h
|
| +++ b/webkit/tools/test_shell/test_shell_webkit_init.h
|
| @@ -89,7 +89,7 @@ class TestShellWebKitInit : public webkit_glue::WebKitPlatformSupportImpl {
|
| virtual WebKit::WebGraphicsContext3D* createOffscreenGraphicsContext3D(
|
| const WebKit::WebGraphicsContext3D::Attributes& attributes);
|
|
|
| - virtual string16 GetLocalizedString(int message_id) OVERRIDE;
|
| + virtual base::string16 GetLocalizedString(int message_id) OVERRIDE;
|
| virtual base::StringPiece GetDataResource(
|
| int resource_id,
|
| ui::ScaleFactor scale_factor) OVERRIDE;
|
|
|