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

Unified Diff: webkit/glue/plugins/webplugin_file_delegate.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_file_delegate.h ('k') | webkit/glue/plugins/webplugin_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/plugins/webplugin_file_delegate.cc
diff --git a/webkit/plugins/npapi/webplugin_file_delegate.cc b/webkit/glue/plugins/webplugin_file_delegate.cc
similarity index 75%
rename from webkit/plugins/npapi/webplugin_file_delegate.cc
rename to webkit/glue/plugins/webplugin_file_delegate.cc
index e110a6b124e428d835c0ef6c6c32fcfb3cdcd28d..68c4c6008c265c8f51a9595a88ee2bf1f80dc8f9 100644
--- a/webkit/plugins/npapi/webplugin_file_delegate.cc
+++ b/webkit/glue/plugins/webplugin_file_delegate.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_file_delegate.h"
+#include "webkit/glue/plugins/webplugin_file_delegate.h"
-namespace webkit {
-namespace npapi {
+namespace webkit_glue {
bool WebPluginFileDelegate::ChooseFile(const char* mime_types,
int mode,
@@ -14,6 +13,5 @@ bool WebPluginFileDelegate::ChooseFile(const char* mime_types,
return false;
}
-} // namespace npapi
-} // namespace webkit
+} // namespace webkit_glue
« no previous file with comments | « webkit/glue/plugins/webplugin_file_delegate.h ('k') | webkit/glue/plugins/webplugin_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698