| Index: chrome/browser/extensions/extension_special_storage_policy.h
|
| diff --git a/chrome/browser/extensions/extension_special_storage_policy.h b/chrome/browser/extensions/extension_special_storage_policy.h
|
| index f02927e289f540b3caed9ab12920a8ccdd291f20..bb742e65aaf8bdf23c74b7ea5095547b63dda98d 100644
|
| --- a/chrome/browser/extensions/extension_special_storage_policy.h
|
| +++ b/chrome/browser/extensions/extension_special_storage_policy.h
|
| @@ -23,8 +23,8 @@ class ExtensionSpecialStoragePolicy : public quota::SpecialStoragePolicy {
|
| public:
|
| explicit ExtensionSpecialStoragePolicy(CookieSettings* cookie_settings);
|
|
|
| - // SpecialStoragePolicy methods used by storage subsystems and the browsing
|
| - // data remover. These methods are safe to call on any thread.
|
| + // quota::SpecialStoragePolicy methods used by storage subsystems and the
|
| + // browsing data remover. These methods are safe to call on any thread.
|
| virtual bool IsStorageProtected(const GURL& origin) OVERRIDE;
|
| virtual bool IsStorageUnlimited(const GURL& origin) OVERRIDE;
|
| virtual bool IsStorageSessionOnly(const GURL& origin) OVERRIDE;
|
|
|