| Index: chrome/browser/extensions/extension_scoped_prefs.h
|
| diff --git a/chrome/browser/extensions/extension_scoped_prefs.h b/chrome/browser/extensions/extension_scoped_prefs.h
|
| index 7930290d2df291f4d87c881325fff289e2dbc116..0989f143ed98c0f0e4edfe663e7b6f9536a25b43 100644
|
| --- a/chrome/browser/extensions/extension_scoped_prefs.h
|
| +++ b/chrome/browser/extensions/extension_scoped_prefs.h
|
| @@ -8,7 +8,7 @@
|
| class ExtensionScopedPrefs {
|
| public:
|
| ExtensionScopedPrefs() {}
|
| - virtual ~ExtensionScopedPrefs() {}
|
| + ~ExtensionScopedPrefs() {}
|
|
|
| // Sets the pref |key| for extension |id| to |value|.
|
| virtual void UpdateExtensionPref(const std::string& id,
|
|
|