| Index: webkit/plugins/npapi/carbon_plugin_window_tracker_mac.h
|
| ===================================================================
|
| --- webkit/plugins/npapi/carbon_plugin_window_tracker_mac.h (revision 0)
|
| +++ webkit/plugins/npapi/carbon_plugin_window_tracker_mac.h (working copy)
|
| @@ -2,14 +2,17 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef WEBKIT_GLUE_PLUGINS_CARBON_PLUGIN_WINDOW_TRACKER_MAC_H_
|
| -#define WEBKIT_GLUE_PLUGINS_CARBON_PLUGIN_WINDOW_TRACKER_MAC_H_
|
| +#ifndef WEBKIT_PLUGINS_NPAPI_CARBON_PLUGIN_WINDOW_TRACKER_MAC_H_
|
| +#define WEBKIT_PLUGINS_NPAPI_CARBON_PLUGIN_WINDOW_TRACKER_MAC_H_
|
|
|
| #include <Carbon/Carbon.h>
|
| #include <map>
|
|
|
| #include "base/basictypes.h"
|
|
|
| +namespace webkit {
|
| +namespace npapi {
|
| +
|
| // This is really a WebPluginDelegateImpl, but that class is private to the
|
| // framework, and these functions are called from a dylib.
|
| typedef void* OpaquePluginRef;
|
| @@ -50,4 +53,7 @@
|
| DISALLOW_COPY_AND_ASSIGN(CarbonPluginWindowTracker);
|
| };
|
|
|
| -#endif // WEBKIT_GLUE_PLUGINS_CARBON_PLUGIN_WINDOW_TRACKER_MAC_H_
|
| +} // namespace npapi
|
| +} // namespace webkit
|
| +
|
| +#endif // WEBKIT_PLUGINS_NPAPI_CARBON_PLUGIN_WINDOW_TRACKER_MAC_H_
|
|
|