Index: chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller_unittest.mm |
=================================================================== |
--- chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller_unittest.mm (revision 134496) |
+++ chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller_unittest.mm (working copy) |
@@ -194,7 +194,7 @@ |
virtual bool GetDisplayProperty(int id, int* result) const { return false; } |
virtual bool ShouldUseNativeFrame() const { return false; } |
virtual bool HasCustomImage(int id) const { return false; } |
- virtual RefCountedMemory* GetRawData(int id) const { return NULL; } |
+ virtual base::RefCountedMemory* GetRawData(int id) const { return NULL; } |
virtual NSImage* GetNSImageNamed(int id, bool allow_default) const { |
return nil; |
} |