| Index: webkit/plugins/npapi/plugin_list_mac.mm
|
| ===================================================================
|
| --- webkit/plugins/npapi/plugin_list_mac.mm (revision 0)
|
| +++ webkit/plugins/npapi/plugin_list_mac.mm (working copy)
|
| @@ -2,7 +2,7 @@
|
| // 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_list.h"
|
| +#include "webkit/plugins/npapi/plugin_list.h"
|
|
|
| #import <Foundation/Foundation.h>
|
|
|
| @@ -12,8 +12,11 @@
|
| #include "base/string_split.h"
|
| #include "base/string_util.h"
|
| #include "base/utf_string_conversions.h"
|
| -#include "webkit/glue/plugins/plugin_lib.h"
|
| +#include "webkit/plugins/npapi/plugin_lib.h"
|
|
|
| +namespace webkit {
|
| +namespace npapi {
|
| +
|
| namespace {
|
|
|
| void GetPluginCommonDirectory(std::vector<FilePath>* plugin_dirs,
|
| @@ -62,9 +65,6 @@
|
|
|
| } // namespace
|
|
|
| -namespace NPAPI
|
| -{
|
| -
|
| void PluginList::PlatformInit() {
|
| }
|
|
|
| @@ -106,4 +106,5 @@
|
| return true;
|
| }
|
|
|
| -} // namespace NPAPI
|
| +} // namespace npapi
|
| +} // namespace webkit
|
|
|