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

Unified Diff: webkit/glue/plugins/webplugin.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/webplugin.h ('k') | webkit/glue/plugins/webplugin_2d_device_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/plugins/webplugin.cc
diff --git a/webkit/plugins/npapi/webplugin.cc b/webkit/glue/plugins/webplugin.cc
similarity index 85%
rename from webkit/plugins/npapi/webplugin.cc
rename to webkit/glue/plugins/webplugin.cc
index cfe2ff15f55ff77e26b141c45ebcc4f6af1826d8..f780e18f967534014df2d86a3a424cb4f1437827 100644
--- a/webkit/plugins/npapi/webplugin.cc
+++ b/webkit/glue/plugins/webplugin.cc
@@ -2,10 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "webkit/plugins/npapi/webplugin.h"
+#include "webkit/glue/plugins/webplugin.h"
-namespace webkit {
-namespace npapi {
+namespace webkit_glue {
WebPluginGeometry::WebPluginGeometry()
: window(gfx::kNullPluginWindow),
@@ -29,5 +28,4 @@ WebPluginDelegate* WebPlugin::delegate() {
return NULL;
}
-} // namespace npapi
-} // namespace webkit
+} // namespace webkit_glue
« no previous file with comments | « webkit/glue/plugins/webplugin.h ('k') | webkit/glue/plugins/webplugin_2d_device_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698