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

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

Issue 8539001: Cleanup: Remove unneeded forward declarations in webkit/. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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
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_
« no previous file with comments | « webkit/tools/test_shell/test_shell_devtools_agent.h ('k') | webkit/tools/test_shell/test_webview_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698