From 8d167c212898cb233c51abf13913541c86cfd9ae Mon Sep 17 00:00:00 2001 From: "erg@google.com" Date: Tue, 15 Feb 2011 22:10:01 +0000 Subject: Even more test cleanup. Some fixes to non-test code that's regressed. BUG=none TEST=compiles Review URL: http://codereview.chromium.org/6523032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75014 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/ui/browser_navigator_browsertest.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'chrome/browser/ui') diff --git a/chrome/browser/ui/browser_navigator_browsertest.h b/chrome/browser/ui/browser_navigator_browsertest.h index 0f18da5..cb18e77 100644 --- a/chrome/browser/ui/browser_navigator_browsertest.h +++ b/chrome/browser/ui/browser_navigator_browsertest.h @@ -36,8 +36,9 @@ class BrowserNavigatorTest : public InProcessBrowserTest, void RunSuppressTest(WindowOpenDisposition disposition); - void Observe(NotificationType type, const NotificationSource& source, - const NotificationDetails& details); + // NotificationObserver: + virtual void Observe(NotificationType type, const NotificationSource& source, + const NotificationDetails& details); size_t created_tab_contents_count_; }; -- cgit v1.1