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

Unified Diff: ui/views/test/views_test_base.h

Issue 27438002: Store AppItems as pages in AppListModel. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 7 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
Index: ui/views/test/views_test_base.h
diff --git a/ui/views/test/views_test_base.h b/ui/views/test/views_test_base.h
index 3a0cba34021c438995c92304437f4a9ad069750f..5669e7d47c86dd33072d1bcbf21a6f91ae520b16 100644
--- a/ui/views/test/views_test_base.h
+++ b/ui/views/test/views_test_base.h
@@ -46,7 +46,7 @@ class ViewsTestBase : public testing::Test {
views_delegate_.reset(views_delegate);
}
- base::MessageLoop* message_loop() { return &message_loop_; }
+ base::MessageLoopForUI* message_loop() { return &message_loop_; }
// Returns a context view. In aura builds, this will be the
// RootWindow. Everywhere else, NULL.
« ui/app_list/views/apps_grid_view.cc ('K') | « ui/app_list/views/apps_grid_view_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698