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

Unified Diff: views/test/test_views_delegate.h

Issue 7008015: Fix clang build 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 | views/test/test_views_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/test/test_views_delegate.h
diff --git a/views/test/test_views_delegate.h b/views/test/test_views_delegate.h
index ec3d0a660a63693653a235900ebee64eb47ffe73..b7ffabec6bbf0c7d68e23ab823eebc6c9d09ed9c 100644
--- a/views/test/test_views_delegate.h
+++ b/views/test/test_views_delegate.h
@@ -51,9 +51,7 @@ class TestViewsDelegate : public views::ViewsDelegate {
virtual void AddRef() OVERRIDE {}
virtual void ReleaseRef() OVERRIDE {}
- virtual int GetDispositionForEvent(int event_flags) OVERRIDE {
- return 0;
- }
+ virtual int GetDispositionForEvent(int event_flags) OVERRIDE;
private:
mutable scoped_ptr<ui::Clipboard> clipboard_;
« no previous file with comments | « no previous file | views/test/test_views_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698