| Index: ui/views/widget/default_theme_provider.h
|
| ===================================================================
|
| --- ui/views/widget/default_theme_provider.h (revision 134496)
|
| +++ ui/views/widget/default_theme_provider.h (working copy)
|
| @@ -31,7 +31,7 @@
|
| virtual bool GetDisplayProperty(int id, int* result) const OVERRIDE;
|
| virtual bool ShouldUseNativeFrame() const OVERRIDE;
|
| virtual bool HasCustomImage(int id) const OVERRIDE;
|
| - virtual RefCountedMemory* GetRawData(int id) const OVERRIDE;
|
| + virtual base::RefCountedMemory* GetRawData(int id) const OVERRIDE;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(DefaultThemeProvider);
|
|
|