| Index: webkit/plugins/npapi/plugin_lib_win.cc
|
| ===================================================================
|
| --- webkit/plugins/npapi/plugin_lib_win.cc (revision 0)
|
| +++ webkit/plugins/npapi/plugin_lib_win.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_lib.h"
|
| +#include "webkit/plugins/npapi/plugin_lib.h"
|
|
|
| #include "base/file_version_info.h"
|
| #include "base/file_version_info_win.h"
|
| #include "base/logging.h"
|
| #include "base/path_service.h"
|
| -#include "webkit/glue/plugins/plugin_constants_win.h"
|
| -#include "webkit/glue/plugins/plugin_list.h"
|
| +#include "webkit/plugins/npapi/plugin_constants_win.h"
|
| +#include "webkit/plugins/npapi/plugin_list.h"
|
|
|
| -namespace NPAPI {
|
| +namespace webkit {
|
| +namespace npapi {
|
|
|
| bool PluginLib::ReadWebPluginInfo(const FilePath &filename,
|
| WebPluginInfo* info) {
|
| @@ -43,4 +44,5 @@
|
| return PluginList::CreateWebPluginInfo(pvi, info);
|
| }
|
|
|
| -} // namespace NPAPI
|
| +} // namespace npapi
|
| +} // namespace webkit
|
|
|