| Index: extensions/browser/extension_prefs.h
|
| diff --git a/extensions/browser/extension_prefs.h b/extensions/browser/extension_prefs.h
|
| index 6d5ac2de503be9d2e6bc20fe4d568c644cc655f4..89258ae8d00a618327f6d7151e12a367b908593f 100644
|
| --- a/extensions/browser/extension_prefs.h
|
| +++ b/extensions/browser/extension_prefs.h
|
| @@ -500,7 +500,7 @@ class ExtensionPrefs : public ExtensionScopedPrefs,
|
| void SetNeedsStorageGarbageCollection(bool value);
|
| bool NeedsStorageGarbageCollection();
|
|
|
| - // Used by ShellWindowGeometryCache to persist its cache. These methods
|
| + // Used by AppWindowGeometryCache to persist its cache. These methods
|
| // should not be called directly.
|
| const base::DictionaryValue* GetGeometryCache(
|
| const std::string& extension_id) const;
|
|
|