| Index: chrome/browser/plugins/plugin_prefs.h
|
| diff --git a/chrome/browser/plugins/plugin_prefs.h b/chrome/browser/plugins/plugin_prefs.h
|
| index 3e56f7ea084e18d974281045488db8c2d08584be..95a8152925e6f982bd349185d792373237aaa539 100644
|
| --- a/chrome/browser/plugins/plugin_prefs.h
|
| +++ b/chrome/browser/plugins/plugin_prefs.h
|
| @@ -75,7 +75,7 @@ class PluginPrefs : public RefcountedBrowserContextKeyedService {
|
| void set_profile(Profile* profile) { profile_ = profile; }
|
|
|
| // RefCountedProfileKeyedBase method override.
|
| - virtual void ShutdownOnUIThread() OVERRIDE;
|
| + virtual void ShutdownOnUIThread() override;
|
|
|
| private:
|
| friend class base::RefCountedThreadSafe<PluginPrefs>;
|
|
|