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

Unified Diff: webkit/tools/test_shell/test_shell_devtools_agent.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_agent.h
===================================================================
--- webkit/tools/test_shell/test_shell_devtools_agent.h (revision 110200)
+++ webkit/tools/test_shell/test_shell_devtools_agent.h (working copy)
@@ -2,9 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef TEST_SHELL_DEVTOOLS_AGENT_H_
-#define TEST_SHELL_DEVTOOLS_AGENT_H_
+#ifndef WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_DEVTOOLS_AGENT_H_
+#define WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_DEVTOOLS_AGENT_H_
+#include <string>
+
#include "base/memory/weak_ptr.h"
#include "base/task.h"
@@ -14,9 +16,8 @@
class WebDevToolsAgent;
class WebView;
-struct WebDevToolsMessageData;
-} // namespace WebKit
+} // namespace WebKit
class TestShellDevToolsCallArgs;
class TestShellDevToolsClient;
@@ -61,4 +62,4 @@
DISALLOW_COPY_AND_ASSIGN(TestShellDevToolsAgent);
};
-#endif // TEST_SHELL_DEVTOOLS_AGENT_H_
+#endif // WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_DEVTOOLS_AGENT_H_
« no previous file with comments | « webkit/tools/test_shell/simple_resource_loader_bridge.h ('k') | webkit/tools/test_shell/test_shell_devtools_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698