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

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

Issue 8787003: Update these includes to use the new header locations (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years 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_delegate.h ('k') | webkit/plugins/npapi/webplugin_impl.cc » ('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) 2011 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_IMPL_H_ 5 #ifndef WEBKIT_PLUGINS_NPAPI_WEBPLUGIN_IMPL_H_
6 #define WEBKIT_PLUGINS_NPAPI_WEBPLUGIN_IMPL_H_ 6 #define WEBKIT_PLUGINS_NPAPI_WEBPLUGIN_IMPL_H_
7 7
8 #include <string> 8 #include <string>
9 #include <map> 9 #include <map>
10 #include <vector> 10 #include <vector>
11 11
12 #include "base/basictypes.h" 12 #include "base/basictypes.h"
13 #include "base/file_path.h" 13 #include "base/file_path.h"
14 #include "base/memory/weak_ptr.h" 14 #include "base/memory/weak_ptr.h"
15 #include "googleurl/src/gurl.h" 15 #include "googleurl/src/gurl.h"
16 #include "third_party/WebKit/Source/WebKit/chromium/public/WebPlugin.h" 16 #include "third_party/WebKit/Source/WebKit/chromium/public/WebPlugin.h"
17 #include "third_party/WebKit/Source/WebKit/chromium/public/WebRect.h" 17 #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebRect.h"
18 #include "third_party/WebKit/Source/WebKit/chromium/public/WebString.h" 18 #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h"
19 #include "third_party/WebKit/Source/WebKit/chromium/public/WebURLLoaderClient.h" 19 #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURLLoader Client.h"
20 #include "third_party/WebKit/Source/WebKit/chromium/public/WebURLRequest.h" 20 #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURLReques t.h"
21 #include "third_party/WebKit/Source/WebKit/chromium/public/WebVector.h" 21 #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebVector.h"
22 #include "ui/gfx/native_widget_types.h" 22 #include "ui/gfx/native_widget_types.h"
23 #include "webkit/plugins/npapi/webplugin.h" 23 #include "webkit/plugins/npapi/webplugin.h"
24 #include "webkit/plugins/webkit_plugins_export.h" 24 #include "webkit/plugins/webkit_plugins_export.h"
25 25
26 namespace WebKit { 26 namespace WebKit {
27 class WebFrame; 27 class WebFrame;
28 class WebPluginContainer; 28 class WebPluginContainer;
29 class WebURLResponse; 29 class WebURLResponse;
30 class WebURLLoader; 30 class WebURLLoader;
31 class WebURLRequest; 31 class WebURLRequest;
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 314
315 base::WeakPtrFactory<WebPluginImpl> weak_factory_; 315 base::WeakPtrFactory<WebPluginImpl> weak_factory_;
316 316
317 DISALLOW_COPY_AND_ASSIGN(WebPluginImpl); 317 DISALLOW_COPY_AND_ASSIGN(WebPluginImpl);
318 }; 318 };
319 319
320 } // namespace npapi 320 } // namespace npapi
321 } // namespace webkit 321 } // namespace webkit
322 322
323 #endif // WEBKIT_PLUGINS_NPAPI_WEBPLUGIN_IMPL_H_ 323 #endif // WEBKIT_PLUGINS_NPAPI_WEBPLUGIN_IMPL_H_
OLDNEW
« no previous file with comments | « webkit/plugins/npapi/webplugin_delegate.h ('k') | webkit/plugins/npapi/webplugin_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698