Index: content/child/npapi/plugin_string_stream.cc |
=================================================================== |
--- content/child/npapi/plugin_string_stream.cc (revision 0) |
+++ content/child/npapi/plugin_string_stream.cc (working copy) |
@@ -2,12 +2,11 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "webkit/plugins/npapi/plugin_string_stream.h" |
+#include "content/child/npapi/plugin_string_stream.h" |
#include "url/gurl.h" |
-namespace webkit { |
-namespace npapi { |
+namespace content { |
PluginStringStream::PluginStringStream( |
PluginInstance* instance, |
@@ -35,5 +34,4 @@ |
} |
} |
-} // namespace npapi |
-} // namespace webkit |
+} // namespace content |