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

Unified Diff: webkit/tools/test_shell/test_webview_delegate.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
« no previous file with comments | « webkit/tools/test_shell/test_shell_devtools_client.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/test_webview_delegate.h
===================================================================
--- webkit/tools/test_shell/test_webview_delegate.h (revision 110200)
+++ webkit/tools/test_shell/test_webview_delegate.h (working copy)
@@ -12,6 +12,7 @@
#include <map>
#include <set>
#include <string>
+#include <vector>
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
@@ -44,7 +45,6 @@
struct WebPreferences;
class GURL;
-class TestGeolocationService;
class TestShell;
class WebWidgetHost;
@@ -250,7 +250,7 @@
virtual void DidStopLoadingForPlugin() {}
virtual WebKit::WebCookieJar* GetCookieJar();
- TestWebViewDelegate(TestShell* shell);
+ explicit TestWebViewDelegate(TestShell* shell);
virtual ~TestWebViewDelegate();
void Reset();
@@ -329,7 +329,6 @@
}
private:
-
// Called the title of the page changes.
// Can be used to update the title of the window.
void SetPageTitle(const string16& title);
« no previous file with comments | « webkit/tools/test_shell/test_shell_devtools_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698