Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6115)

Unified Diff: chrome/test/ui_test_utils.h

Issue 7003112: Add virtual to ~TitleWatcher to appease clang. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/ui_test_utils.h
diff --git a/chrome/test/ui_test_utils.h b/chrome/test/ui_test_utils.h
index cb3483155885b2e2323b55c391ce93a90e91c940..c7c126ca121ebd4027ad133b032e5e45470a9616 100644
--- a/chrome/test/ui_test_utils.h
+++ b/chrome/test/ui_test_utils.h
@@ -478,7 +478,7 @@ class TitleWatcher : public NotificationObserver {
// entire lifetime of |this|. |expected_title| is the title that |this|
// will wait for.
TitleWatcher(TabContents* tab_contents, const string16& expected_title);
- ~TitleWatcher();
+ virtual ~TitleWatcher();
// Waits until the title for the tab is set to the |expected_title|
// passed into the constructor.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698