Index: content/child/npapi/plugin_stream_win.cc |
=================================================================== |
--- content/child/npapi/plugin_stream_win.cc (revision 0) |
+++ content/child/npapi/plugin_stream_win.cc (working copy) |
@@ -2,13 +2,12 @@ |
// 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.h" |
+#include "content/child/npapi/plugin_stream.h" |
#include "base/logging.h" |
-#include "webkit/plugins/npapi/plugin_instance.h" |
+#include "content/child/npapi/plugin_instance.h" |
-namespace webkit { |
-namespace npapi { |
+namespace content { |
void PluginStream::ResetTempFileHandle() { |
temp_file_handle_ = INVALID_HANDLE_VALUE; |
@@ -77,5 +76,4 @@ |
return temp_file_handle_ != INVALID_HANDLE_VALUE; |
} |
-} // namespace npapi |
-} // namespace webkit |
+} // namespace content |