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

Unified Diff: webkit/glue/plugins/webplugin_print_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_print_delegate.h ('k') | webkit/glue/plugins/webplugininfo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/plugins/webplugin_print_delegate.cc
diff --git a/webkit/plugins/npapi/webplugin_print_delegate.cc b/webkit/glue/plugins/webplugin_print_delegate.cc
similarity index 80%
rename from webkit/plugins/npapi/webplugin_print_delegate.cc
rename to webkit/glue/plugins/webplugin_print_delegate.cc
index a90170b55c98ce7532c00c8a7d36c55d59d81ddc..07bf9b85e39b425cdcfc094d87f7bc40c267af82 100644
--- a/webkit/plugins/npapi/webplugin_print_delegate.cc
+++ b/webkit/glue/plugins/webplugin_print_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_print_delegate.h"
+#include "webkit/glue/plugins/webplugin_print_delegate.h"
-namespace webkit {
-namespace npapi {
+namespace webkit_glue {
bool WebPluginPrintDelegate::PrintSupportsPrintExtension() {
return false;
@@ -24,5 +23,4 @@ bool WebPluginPrintDelegate::PrintPage(int page_number,
void WebPluginPrintDelegate::PrintEnd() {
}
-} // namespace npapi
-} // namespace webkit
+} // namespace webkit_glue
« no previous file with comments | « webkit/glue/plugins/webplugin_print_delegate.h ('k') | webkit/glue/plugins/webplugininfo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698