From 0d5c08e06dc7c5e0f2895134cdd9c34c2402551c Mon Sep 17 00:00:00 2001 From: "avi@chromium.org" Date: Mon, 21 Nov 2011 16:51:06 +0000 Subject: Add OVERRIDE to chrome/browser/. BUG=104314 TEST=no change Review URL: http://codereview.chromium.org/8612007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110939 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/io_thread.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome/browser/io_thread.h') diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h index 3f86173..b8be74b 100644 --- a/chrome/browser/io_thread.h +++ b/chrome/browser/io_thread.h @@ -110,8 +110,8 @@ class IOThread : public content::BrowserProcessSubThread { void ClearHostCache(); protected: - virtual void Init(); - virtual void CleanUp(); + virtual void Init() OVERRIDE; + virtual void CleanUp() OVERRIDE; private: // Provide SystemURLRequestContextGetter with access to -- cgit v1.1