Commit 6bbc35d7 authored by avi@chromium.org's avatar avi@chromium.org

Un-annotate OVERRIDE where it wasn't.

BUG=104314
TEST=clang builder greens

Review URL: http://codereview.chromium.org/8527029

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110994 0039d316-1c4b-4281-b951-d872f2087c98
parent 45e2d0a9
...@@ -150,8 +150,8 @@ class ThemeService : public base::NonThreadSafe, ...@@ -150,8 +150,8 @@ class ThemeService : public base::NonThreadSafe,
#if defined(TOOLKIT_USES_GTK) #if defined(TOOLKIT_USES_GTK)
// GdkPixbufs returned by GetPixbufNamed and GetRTLEnabledPixbufNamed are // GdkPixbufs returned by GetPixbufNamed and GetRTLEnabledPixbufNamed are
// shared instances owned by the theme provider and should not be freed. // shared instances owned by the theme provider and should not be freed.
virtual GdkPixbuf* GetPixbufNamed(int id) const OVERRIDE; virtual GdkPixbuf* GetPixbufNamed(int id) const;
virtual GdkPixbuf* GetRTLEnabledPixbufNamed(int id) const OVERRIDE; virtual GdkPixbuf* GetRTLEnabledPixbufNamed(int id) const;
#elif defined(OS_MACOSX) #elif defined(OS_MACOSX)
virtual NSImage* GetNSImageNamed(int id, bool allow_default) const OVERRIDE; virtual NSImage* GetNSImageNamed(int id, bool allow_default) const OVERRIDE;
virtual NSColor* GetNSImageColorNamed(int id, virtual NSColor* GetNSImageColorNamed(int id,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment