| Index: chrome/browser/browsing_data/browsing_data_remover_unittest.cc
|
| diff --git a/chrome/browser/browsing_data/browsing_data_remover_unittest.cc b/chrome/browser/browsing_data/browsing_data_remover_unittest.cc
|
| index d2950e8f3f3ed6fad5c2cfaa0939a6dcb8719c1c..99a0f00cb0d643b577f0ec104bfcb4ce5baf7728 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_remover_unittest.cc
|
| +++ b/chrome/browser/browsing_data/browsing_data_remover_unittest.cc
|
| @@ -165,6 +165,14 @@ class TestStoragePartition : public StoragePartition {
|
| return NULL;
|
| }
|
|
|
| + virtual content::HostZoomMap* GetHostZoomMap() OVERRIDE {
|
| + return NULL;
|
| + }
|
| +
|
| + virtual PrefService* GetZoomLevelPrefs() OVERRIDE {
|
| + return NULL;
|
| + }
|
| +
|
| virtual void ClearDataForOrigin(uint32 remove_mask,
|
| uint32 quota_storage_remove_mask,
|
| const GURL& storage_origin,
|
| @@ -176,7 +184,6 @@ class TestStoragePartition : public StoragePartition {
|
| base::Unretained(this),
|
| callback));
|
| }
|
| -
|
| virtual void ClearData(uint32 remove_mask,
|
| uint32 quota_storage_remove_mask,
|
| const GURL& storage_origin,
|
|
|