From 49fd7e2236c370b3affab9788fa5fc4c998729a1 Mon Sep 17 00:00:00 2001 From: "avi@chromium.org" Date: Mon, 21 Nov 2011 16:52:21 +0000 Subject: Add OVERRIDE to chrome/browser/. BUG=104314 TEST=no change Review URL: http://codereview.chromium.org/8614003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110940 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/user_style_sheet_watcher.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/user_style_sheet_watcher.h') diff --git a/chrome/browser/user_style_sheet_watcher.h b/chrome/browser/user_style_sheet_watcher.h index 4fd0243..91b0fae 100644 --- a/chrome/browser/user_style_sheet_watcher.h +++ b/chrome/browser/user_style_sheet_watcher.h @@ -35,7 +35,7 @@ class UserStyleSheetWatcher // content::NotificationObserver interface virtual void Observe(int type, const content::NotificationSource& source, - const content::NotificationDetails& details); + const content::NotificationDetails& details) OVERRIDE; private: friend struct content::BrowserThread::DeleteOnThread< -- cgit v1.1