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

Unified Diff: webkit/support/webkit_support.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/support/webkit_support.h
===================================================================
--- webkit/support/webkit_support.h (revision 110200)
+++ webkit/support/webkit_support.h (working copy)
@@ -2,11 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WEBKIT_SUPPORT_WEBIT_SUPPORT_H_
-#define WEBKIT_SUPPORT_WEBIT_SUPPORT_H_
+#ifndef WEBKIT_SUPPORT_WEBKIT_SUPPORT_H_
+#define WEBKIT_SUPPORT_WEBKIT_SUPPORT_H_
#include <string>
-#include <vector>
#include "base/basictypes.h"
#include "base/string16.h"
@@ -14,11 +13,9 @@
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFileSystem.h"
#include "ui/base/keycodes/keyboard_codes.h"
-class WebURLLoaderMockFactory;
namespace WebKit {
class WebApplicationCacheHost;
class WebApplicationCacheHostClient;
-class WebCString;
class WebFileSystemCallbacks;
class WebFrame;
class WebKitPlatformSupport;
@@ -226,4 +223,4 @@
} // namespace webkit_support
-#endif // WEBKIT_SUPPORT_WEBIT_CLIENT_IMPL_H_
+#endif // WEBKIT_SUPPORT_WEBKIT_SUPPORT_H_
« no previous file with comments | « webkit/quota/quota_temporary_storage_evictor.h ('k') | webkit/tools/test_shell/simple_resource_loader_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698