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

Unified Diff: views/test/test_views_delegate.cc

Issue 6992079: Another clang build fix for r86677. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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: views/test/test_views_delegate.cc
diff --git a/views/test/test_views_delegate.cc b/views/test/test_views_delegate.cc
index 54cadfc10733b0668772c199f37ab704625557d1..37a7797c89bb53d4327a91c94555670de4068228 100644
--- a/views/test/test_views_delegate.cc
+++ b/views/test/test_views_delegate.cc
@@ -35,6 +35,6 @@ bool TestViewsDelegate::GetSavedMaximizedState(views::Window* window,
return false;
}
-int TestViewsDelegate::GetDispositionForEvent(int event_flags) OVERRIDE {
+int TestViewsDelegate::GetDispositionForEvent(int event_flags) {
return 0;
}
« 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