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

Unified Diff: chrome/browser/sessions/tab_restore_service.h

Issue 8614003: Add OVERRIDE to chrome/browser/. (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
Index: chrome/browser/sessions/tab_restore_service.h
diff --git a/chrome/browser/sessions/tab_restore_service.h b/chrome/browser/sessions/tab_restore_service.h
index 714e83eeeaf656ff2c1c9aa5189c1dc5ffdc66e5..bdd5f6a01aa4b1cc3dab6082dcb7cfa0674c2cb1 100644
--- a/chrome/browser/sessions/tab_restore_service.h
+++ b/chrome/browser/sessions/tab_restore_service.h
@@ -171,7 +171,7 @@ class TabRestoreService : public BaseSessionService {
std::vector<Entry*>* entries);
protected:
- virtual void Save();
+ virtual void Save() OVERRIDE;
private:
// Used to indicate what has loaded.
« no previous file with comments | « chrome/browser/sessions/session_service_factory.h ('k') | chrome/browser/sessions/tab_restore_service_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698