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

Unified Diff: webkit/glue/plugins/webplugininfo.cc

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/webplugininfo.h ('k') | webkit/glue/plugins/webview_plugin.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/plugins/webplugininfo.cc
diff --git a/webkit/plugins/npapi/webplugininfo.cc b/webkit/glue/plugins/webplugininfo.cc
similarity index 89%
rename from webkit/plugins/npapi/webplugininfo.cc
rename to webkit/glue/plugins/webplugininfo.cc
index c055953044c0bc1e449db61c4d365383a7b403a6..7d2b4e447e6c32c3ce733f3d14e71f13c585e271 100644
--- a/webkit/plugins/npapi/webplugininfo.cc
+++ b/webkit/glue/plugins/webplugininfo.cc
@@ -2,10 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "webkit/plugins/npapi/webplugininfo.h"
-
-namespace webkit {
-namespace npapi {
+#include "webkit/glue/plugins/webplugininfo.h"
WebPluginMimeType::WebPluginMimeType() {}
@@ -45,6 +42,3 @@ WebPluginInfo::WebPluginInfo(const string16& fake_name,
enabled(true) {
}
-} // namespace npapi
-} // namespace webkit
-
« no previous file with comments | « webkit/glue/plugins/webplugininfo.h ('k') | webkit/glue/plugins/webview_plugin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698