| Index: webkit/tools/test_shell/test_shell_devtools_client.h
|
| ===================================================================
|
| --- webkit/tools/test_shell/test_shell_devtools_client.h (revision 110200)
|
| +++ webkit/tools/test_shell/test_shell_devtools_client.h (working copy)
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef TEST_SHELL_DEVTOOLS_CLIENT_H_
|
| -#define TEST_SHELL_DEVTOOLS_CLIENT_H_
|
| +#ifndef WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_DEVTOOLS_CLIENT_H_
|
| +#define WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_DEVTOOLS_CLIENT_H_
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| @@ -14,15 +14,13 @@
|
| namespace WebKit {
|
|
|
| class WebDevToolsFrontend;
|
| -struct WebDevToolsMessageData;
|
|
|
| -} // namespace WebKit
|
| +} // namespace WebKit
|
|
|
| class TestShellDevToolsCallArgs;
|
| class TestShellDevToolsAgent;
|
|
|
| class TestShellDevToolsClient: public WebKit::WebDevToolsFrontendClient {
|
| -
|
| public:
|
| TestShellDevToolsClient(TestShellDevToolsAgent* agent,
|
| WebKit::WebView* web_view);
|
| @@ -53,4 +51,4 @@
|
| DISALLOW_COPY_AND_ASSIGN(TestShellDevToolsClient);
|
| };
|
|
|
| -#endif // TEST_SHELL_DEVTOOLS_CLIENT_H_
|
| +#endif // WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_DEVTOOLS_CLIENT_H_
|
|
|