| Index: chrome/browser/extensions/api/content_settings/content_settings_api.h
|
| ===================================================================
|
| --- chrome/browser/extensions/api/content_settings/content_settings_api.h (revision 212806)
|
| +++ chrome/browser/extensions/api/content_settings/content_settings_api.h (working copy)
|
| @@ -9,7 +9,7 @@
|
|
|
| class PluginFinder;
|
|
|
| -namespace webkit {
|
| +namespace content {
|
| struct WebPluginInfo;
|
| }
|
|
|
| @@ -67,7 +67,7 @@
|
|
|
| // Callback method that gets executed when |plugins|
|
| // are asynchronously fetched.
|
| - void OnGotPlugins(const std::vector<webkit::WebPluginInfo>& plugins);
|
| + void OnGotPlugins(const std::vector<content::WebPluginInfo>& plugins);
|
| };
|
|
|
| } // namespace extensions
|
|
|