Chromium Code Reviews

Unified Diff: webkit/plugins/npapi/webplugin_delegate.cc

Issue 6012002: Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and put... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « webkit/plugins/npapi/webplugin_delegate.h ('k') | webkit/plugins/npapi/webplugin_delegate_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/npapi/webplugin_delegate.cc
===================================================================
--- webkit/plugins/npapi/webplugin_delegate.cc (revision 0)
+++ webkit/plugins/npapi/webplugin_delegate.cc (working copy)
@@ -2,9 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "webkit/glue/plugins/webplugin_delegate.h"
+#include "webkit/plugins/npapi/webplugin_delegate.h"
-namespace webkit_glue {
+namespace webkit {
+namespace npapi {
bool WebPluginDelegate::StartFind(const string16& search_text,
bool case_sensitive,
@@ -36,5 +37,5 @@
return string16();
}
-
-} // namespace webkit_glue
+} // namespace npapi
+} // namespace webkit
« no previous file with comments | « webkit/plugins/npapi/webplugin_delegate.h ('k') | webkit/plugins/npapi/webplugin_delegate_impl.h » ('j') | no next file with comments »

Powered by Google App Engine