| Index: components/enhanced_bookmarks/test_image_store.h
|
| diff --git a/components/enhanced_bookmarks/test_image_store.h b/components/enhanced_bookmarks/test_image_store.h
|
| index 8089840ccfc39369457814e0009ba1b0aee28e23..5958ed21a62398a258ac6b0d4ed21471d7cfdc8d 100644
|
| --- a/components/enhanced_bookmarks/test_image_store.h
|
| +++ b/components/enhanced_bookmarks/test_image_store.h
|
| @@ -22,6 +22,7 @@ class TestImageStore : public ImageStore {
|
| virtual gfx::Size GetSize(const GURL& page_url) OVERRIDE;
|
| virtual void GetAllPageUrls(std::set<GURL>* urls) OVERRIDE;
|
| virtual void ClearAll() OVERRIDE;
|
| + virtual int64 GetStoreSizeInBytes() OVERRIDE;
|
|
|
| protected:
|
| virtual ~TestImageStore();
|
|
|