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

Side by Side Diff: webkit/plugins/npapi/webplugin_page_delegate.h

Issue 8468026: Cleanup: Remove unneeded forward declarations in webkit/plugins/. (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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « webkit/plugins/npapi/webplugin_impl.h ('k') | webkit/plugins/ppapi/npapi_glue.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef WEBKIT_PLUGINS_NPAPI_WEBPLUGIN_PAGE_DELEGATE_ 5 #ifndef WEBKIT_PLUGINS_NPAPI_WEBPLUGIN_PAGE_DELEGATE_H_
6 #define WEBKIT_PLUGINS_NPAPI_WEBPLUGIN_PAGE_DELEGATE_ 6 #define WEBKIT_PLUGINS_NPAPI_WEBPLUGIN_PAGE_DELEGATE_H_
7
8 #include <string>
7 9
8 #include "ui/gfx/native_widget_types.h" 10 #include "ui/gfx/native_widget_types.h"
9 11
10 class FilePath; 12 class FilePath;
11 class GURL;
12 13
13 namespace WebKit { 14 namespace WebKit {
14 class WebCookieJar; 15 class WebCookieJar;
15 } 16 }
16 17
17 namespace webkit { 18 namespace webkit {
18 namespace npapi { 19 namespace npapi {
19 20
20 class WebPluginDelegate; 21 class WebPluginDelegate;
21 struct WebPluginGeometry; 22 struct WebPluginGeometry;
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 virtual void DidStopLoadingForPlugin() = 0; 54 virtual void DidStopLoadingForPlugin() = 0;
54 55
55 // The WebCookieJar to use for this plugin. 56 // The WebCookieJar to use for this plugin.
56 virtual WebKit::WebCookieJar* GetCookieJar() = 0; 57 virtual WebKit::WebCookieJar* GetCookieJar() = 0;
57 }; 58 };
58 59
59 } // namespace npapi 60 } // namespace npapi
60 } // namespace webkit 61 } // namespace webkit
61 62
62 #endif // WEBKIT_PLUGINS_NPAPI_WEBPLUGIN_PAGE_DELEGATE_H_ 63 #endif // WEBKIT_PLUGINS_NPAPI_WEBPLUGIN_PAGE_DELEGATE_H_
OLDNEW
« no previous file with comments | « webkit/plugins/npapi/webplugin_impl.h ('k') | webkit/plugins/ppapi/npapi_glue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698