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

Unified Diff: webkit/glue/plugins/webplugin_impl.h

Issue 5998002: Revert "Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/glue/plugins/webplugin_file_delegate.cc ('k') | webkit/glue/plugins/webplugin_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/plugins/webplugin_impl.h
diff --git a/webkit/plugins/npapi/webplugin_impl.h b/webkit/glue/plugins/webplugin_impl.h
similarity index 97%
rename from webkit/plugins/npapi/webplugin_impl.h
rename to webkit/glue/plugins/webplugin_impl.h
index c1115dc01bea7a2f2c0f18069030f914149afd5e..27a692b90be4b2c736a2d964f5e6d53ccf9c6286 100644
--- a/webkit/plugins/npapi/webplugin_impl.h
+++ b/webkit/glue/plugins/webplugin_impl.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WEBKIT_PLUGINS_NPAPI_WEBPLUGIN_IMPL_H_
-#define WEBKIT_PLUGINS_NPAPI_WEBPLUGIN_IMPL_H_
+#ifndef WEBKIT_GLUE_WEBPLUGIN_IMPL_H_
+#define WEBKIT_GLUE_WEBPLUGIN_IMPL_H_
#include <string>
#include <map>
@@ -21,7 +21,7 @@
#include "third_party/WebKit/WebKit/chromium/public/WebURLLoaderClient.h"
#include "third_party/WebKit/WebKit/chromium/public/WebURLRequest.h"
#include "third_party/WebKit/WebKit/chromium/public/WebVector.h"
-#include "webkit/plugins/npapi/webplugin.h"
+#include "webkit/glue/plugins/webplugin.h"
class WebViewDelegate;
@@ -35,12 +35,8 @@ class WebURLRequest;
}
namespace webkit_glue {
-class MultipartResponseDelegate;
-} // namespace webkit_glue
-
-namespace webkit {
-namespace npapi {
+class MultipartResponseDelegate;
class WebPluginDelegate;
class WebPluginPageDelegate;
@@ -329,7 +325,6 @@ class WebPluginImpl : public WebPlugin,
DISALLOW_COPY_AND_ASSIGN(WebPluginImpl);
};
-} // namespace npapi
-} // namespace webkit
+} // namespace webkit_glue
-#endif // WEBKIT_PLUGINS_NPAPI_WEBPLUGIN_IMPL_H_
+#endif // #ifndef WEBKIT_GLUE_WEBPLUGIN_IMPL_H_
« no previous file with comments | « webkit/glue/plugins/webplugin_file_delegate.cc ('k') | webkit/glue/plugins/webplugin_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698