Index: webkit/plugins/npapi/plugin_stream_win.cc |
=================================================================== |
--- webkit/plugins/npapi/plugin_stream_win.cc (revision 0) |
+++ webkit/plugins/npapi/plugin_stream_win.cc (working copy) |
@@ -1,13 +1,14 @@ |
-// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "webkit/glue/plugins/plugin_stream.h" |
+#include "webkit/plugins/npapi/plugin_stream.h" |
#include "base/logging.h" |
-#include "webkit/glue/plugins/plugin_instance.h" |
+#include "webkit/plugins/npapi/plugin_instance.h" |
-namespace NPAPI { |
+namespace webkit { |
+namespace npapi { |
PluginStream::PluginStream( |
PluginInstance *instance, |
@@ -94,4 +95,5 @@ |
return temp_file_handle_ != INVALID_HANDLE_VALUE; |
} |
-} // namespace NPAPI |
+} // namespace npapi |
+} // namespace webkit |