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

Unified Diff: sync/test/sessions/mock_debug_info_getter.h

Issue 629733002: replace OVERRIDE and FINAL with override and final in sync/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « sync/test/null_directory_change_delegate.h ('k') | sync/test/test_directory_backing_store.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/test/sessions/mock_debug_info_getter.h
diff --git a/sync/test/sessions/mock_debug_info_getter.h b/sync/test/sessions/mock_debug_info_getter.h
index e66a962ff67b67e61027bc1617650a20d7f2e001..c0f8025059af4a34bca5b2a33f59c192a224903d 100644
--- a/sync/test/sessions/mock_debug_info_getter.h
+++ b/sync/test/sessions/mock_debug_info_getter.h
@@ -22,8 +22,8 @@ class MockDebugInfoGetter : public sessions::DebugInfoGetter {
virtual ~MockDebugInfoGetter();
// DebugInfoGetter implementation.
- virtual void GetDebugInfo(sync_pb::DebugInfo* debug_info) OVERRIDE;
- virtual void ClearDebugInfo() OVERRIDE;
+ virtual void GetDebugInfo(sync_pb::DebugInfo* debug_info) override;
+ virtual void ClearDebugInfo() override;
void AddDebugEvent();
« no previous file with comments | « sync/test/null_directory_change_delegate.h ('k') | sync/test/test_directory_backing_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698