Index: content/child/npapi/plugin_stream_url.h |
=================================================================== |
--- content/child/npapi/plugin_stream_url.h (revision 0) |
+++ content/child/npapi/plugin_stream_url.h (working copy) |
@@ -7,12 +7,11 @@ |
#include <vector> |
+#include "content/child/npapi/plugin_stream.h" |
+#include "content/child/npapi/webplugin.h" |
#include "url/gurl.h" |
-#include "webkit/plugins/npapi/plugin_stream.h" |
-#include "webkit/plugins/npapi/webplugin.h" |
-namespace webkit { |
-namespace npapi { |
+namespace content { |
class PluginInstance; |
@@ -68,7 +67,6 @@ |
DISALLOW_COPY_AND_ASSIGN(PluginStreamUrl); |
}; |
-} // namespace npapi |
-} // namespace webkit |
+} // namespace content |
#endif // WEBKIT_PLUGINS_NPAPI_PLUGIN_STREAM_URL_H_ |