summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui
diff options
context:
space:
mode:
authorerg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-15 22:10:01 +0000
committererg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-15 22:10:01 +0000
commit8d167c212898cb233c51abf13913541c86cfd9ae (patch)
treef33768df22c405d0ea3e3521a14fc03f565fc07d /chrome/browser/ui
parentdce08b668bed17b26e497ca56129538ba3da0b42 (diff)
downloadchromium_src-8d167c212898cb233c51abf13913541c86cfd9ae.zip
chromium_src-8d167c212898cb233c51abf13913541c86cfd9ae.tar.gz
chromium_src-8d167c212898cb233c51abf13913541c86cfd9ae.tar.bz2
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
Diffstat (limited to 'chrome/browser/ui')
-rw-r--r--chrome/browser/ui/browser_navigator_browsertest.h5
1 files changed, 3 insertions, 2 deletions
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_;
};