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 |