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

Unified Diff: chrome/browser/chromeos/legacy_window_manager/initial_browser_window_observer.h

Issue 8586039: chromeos: Add "virtual" to d'tor to appease clang. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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/browser/chromeos/legacy_window_manager/initial_browser_window_observer.h
diff --git a/chrome/browser/chromeos/legacy_window_manager/initial_browser_window_observer.h b/chrome/browser/chromeos/legacy_window_manager/initial_browser_window_observer.h
index 3e3e2dfa7d53bfb167c7880e9da323bcd0af3907..c24604bf1cd8e97bdce9f8e65da41f47653d994a 100644
--- a/chrome/browser/chromeos/legacy_window_manager/initial_browser_window_observer.h
+++ b/chrome/browser/chromeos/legacy_window_manager/initial_browser_window_observer.h
@@ -29,7 +29,7 @@ namespace chromeos {
class InitialBrowserWindowObserver : public content::NotificationObserver {
public:
InitialBrowserWindowObserver();
- ~InitialBrowserWindowObserver() {}
+ virtual ~InitialBrowserWindowObserver() {}
// content::NotificationObserver implementation:
virtual void Observe(int type,
« 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