| Index: webkit/plugins/npapi/plugin_stream_posix.cc
|
| ===================================================================
|
| --- webkit/plugins/npapi/plugin_stream_posix.cc (revision 0)
|
| +++ webkit/plugins/npapi/plugin_stream_posix.cc (working copy)
|
| @@ -2,16 +2,17 @@
|
| // 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 <string.h>
|
|
|
| #include "base/file_path.h"
|
| #include "base/file_util.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,
|
| @@ -71,4 +72,5 @@
|
| return temp_file_ != NULL;
|
| }
|
|
|
| -} // namespace NPAPI
|
| +} // namespace npapi
|
| +} // namespace webkit
|
|
|