Another clang build fix for r86677.

BUG=none
TBR=sky

Review URL: http://codereview.chromium.org/6992079

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86691 0039d316-1c4b-4281-b951-d872f2087c98
parent 844d50d7
......@@ -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;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment