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

Unified Diff: webkit/glue/plugins/plugin_lib.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/plugin_instance_mac.mm ('k') | webkit/glue/plugins/plugin_lib.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/plugins/plugin_lib.h
diff --git a/webkit/plugins/npapi/plugin_lib.h b/webkit/glue/plugins/plugin_lib.h
similarity index 92%
rename from webkit/plugins/npapi/plugin_lib.h
rename to webkit/glue/plugins/plugin_lib.h
index 081e593a8a8502e47743c6046b748eed3d856980..ca46e4125a7661f0e4dfb632d7fff8c0239a6397 100644
--- a/webkit/plugins/npapi/plugin_lib.h
+++ b/webkit/glue/plugins/plugin_lib.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_PLUGIN_LIB_H_
-#define WEBKIT_PLUGINS_NPAPI_PLUGIN_LIB_H_
+#ifndef WEBKIT_GLUE_PLUGINS_PLUGIN_LIB_H_
+#define WEBKIT_GLUE_PLUGINS_PLUGIN_LIB_H_
#include <string>
#include <vector>
@@ -12,14 +12,13 @@
#include "base/native_library.h"
#include "base/ref_counted.h"
#include "build/build_config.h"
-#include "webkit/plugins/npapi/plugin_list.h"
-#include "webkit/plugins/npapi/webplugin.h"
+#include "webkit/glue/plugins/plugin_list.h"
+#include "webkit/glue/plugins/webplugin.h"
class FilePath;
struct WebPluginInfo;
-namespace webkit {
-namespace npapi {
+namespace NPAPI {
class PluginInstance;
@@ -116,7 +115,6 @@ class PluginLib : public base::RefCounted<PluginLib> {
DISALLOW_COPY_AND_ASSIGN(PluginLib);
};
-} // namespace npapi
-} // namespace webkit
+} // namespace NPAPI
-#endif // WEBKIT_PLUGINS_NPAPI_PLUGIN_LIB_H_
+#endif // WEBKIT_GLUE_PLUGINS_PLUGIN_LIB_H_
« no previous file with comments | « webkit/glue/plugins/plugin_instance_mac.mm ('k') | webkit/glue/plugins/plugin_lib.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698