| 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 3b0c8d8fb60b4997e996f47090bd2fc595144f18..3ee97eccaeeb7b31f075637f0ab8fc70c53e5f44 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_remover_unittest.cc
|
| +++ b/chrome/browser/browsing_data/browsing_data_remover_unittest.cc
|
| @@ -166,6 +166,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,
|
| @@ -177,7 +185,6 @@ class TestStoragePartition : public StoragePartition {
|
| base::Unretained(this),
|
| callback));
|
| }
|
| -
|
| virtual void ClearData(uint32 remove_mask,
|
| uint32 quota_storage_remove_mask,
|
| const GURL& storage_origin,
|
|
|