| Index: chrome/browser/plugins/plugin_status_pref_setter.h
|
| ===================================================================
|
| --- chrome/browser/plugins/plugin_status_pref_setter.h (revision 212806)
|
| +++ chrome/browser/plugins/plugin_status_pref_setter.h (working copy)
|
| @@ -17,7 +17,7 @@
|
| class PrefService;
|
| class Profile;
|
|
|
| -namespace webkit {
|
| +namespace content {
|
| struct WebPluginInfo;
|
| }
|
|
|
| @@ -53,7 +53,7 @@
|
| private:
|
| void StartUpdate();
|
| void GotPlugins(scoped_refptr<PluginPrefs> plugin_prefs,
|
| - const std::vector<webkit::WebPluginInfo>& plugins);
|
| + const std::vector<content::WebPluginInfo>& plugins);
|
|
|
| content::NotificationRegistrar registrar_;
|
| // Weak pointer.
|
|
|