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

Unified Diff: chrome/test/base/view_event_test_base.h

Issue 273073002: Changes code using Compositor to pass in ContextFactory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix tooltip on chromeos Created 6 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 | « chrome/test/base/browser_with_test_window_test.cc ('k') | chrome/test/base/view_event_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/view_event_test_base.h
diff --git a/chrome/test/base/view_event_test_base.h b/chrome/test/base/view_event_test_base.h
index 302409d2c6e14674ea6c1cfc3d038b17ab05bb7e..0878b09aea5ef4a82905845f752c026d747f4fed 100644
--- a/chrome/test/base/view_event_test_base.h
+++ b/chrome/test/base/view_event_test_base.h
@@ -34,6 +34,10 @@ namespace gfx {
class Size;
}
+namespace views {
+class ViewsDelegate;
+}
+
namespace wm {
class WMState;
}
@@ -159,7 +163,7 @@ class ViewEventTestBase : public views::WidgetDelegate,
scoped_ptr<wm::WMState> wm_state_;
#endif
- ChromeViewsDelegate views_delegate_;
+ scoped_ptr<views::ViewsDelegate> views_delegate_;
DISALLOW_COPY_AND_ASSIGN(ViewEventTestBase);
};
« no previous file with comments | « chrome/test/base/browser_with_test_window_test.cc ('k') | chrome/test/base/view_event_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698