Index: content/child/npapi/plugin_stream_url.cc |
=================================================================== |
--- content/child/npapi/plugin_stream_url.cc (revision 0) |
+++ content/child/npapi/plugin_stream_url.cc (working copy) |
@@ -2,18 +2,17 @@ |
// 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_stream_url.h" |
+#include "content/child/npapi/plugin_stream_url.h" |
#include <algorithm> |
+#include "content/child/npapi/plugin_host.h" |
+#include "content/child/npapi/plugin_instance.h" |
+#include "content/child/npapi/plugin_lib.h" |
+#include "content/child/npapi/webplugin.h" |
#include "net/http/http_response_headers.h" |
-#include "webkit/plugins/npapi/plugin_host.h" |
-#include "webkit/plugins/npapi/plugin_instance.h" |
-#include "webkit/plugins/npapi/plugin_lib.h" |
-#include "webkit/plugins/npapi/webplugin.h" |
-namespace webkit { |
-namespace npapi { |
+namespace content { |
PluginStreamUrl::PluginStreamUrl( |
unsigned long resource_id, |
@@ -160,5 +159,4 @@ |
value); |
} |
-} // namespace npapi |
-} // namespace webkit |
+} // namespace content |