| Index: chrome/browser/extensions/api/storage/settings_test_util.h
|
| diff --git a/chrome/browser/extensions/api/storage/settings_test_util.h b/chrome/browser/extensions/api/storage/settings_test_util.h
|
| index e4d3ea2e422f9b984a41857694d957b550e56a23..ae8f7ad40c82dc0d903166f26051e03cd76e5e5c 100644
|
| --- a/chrome/browser/extensions/api/storage/settings_test_util.h
|
| +++ b/chrome/browser/extensions/api/storage/settings_test_util.h
|
| @@ -102,6 +102,9 @@ class ScopedSettingsStorageFactory : public SettingsStorageFactory {
|
| // SettingsStorageFactory implementation.
|
| virtual ValueStore* Create(const base::FilePath& base_path,
|
| const std::string& extension_id) OVERRIDE;
|
| + virtual base::FilePath GetDatabasePath(
|
| + const base::FilePath& base_path,
|
| + const std::string& extension_id) OVERRIDE;
|
|
|
| private:
|
| // SettingsStorageFactory is refcounted.
|
|
|