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

Unified Diff: mojo/services/view_manager/view_manager_unittest.cc

Issue 420143003: mojo: shell::Context should outlive the shell MessageLoop (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix + verify android Created 6 years, 5 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: mojo/services/view_manager/view_manager_unittest.cc
diff --git a/mojo/services/view_manager/view_manager_unittest.cc b/mojo/services/view_manager/view_manager_unittest.cc
index 8c0a0c4eee3555d0e943f2e0d8f37021193e5c10..ce56be2dc3e15677d52f0c0a08f5296b2093d98f 100644
--- a/mojo/services/view_manager/view_manager_unittest.cc
+++ b/mojo/services/view_manager/view_manager_unittest.cc
@@ -533,7 +533,6 @@ class ViewManagerTest : public testing::Test {
base::ShadowingAtExitManager at_exit_;
shell::ShellTestHelper test_helper_;
- base::MessageLoop loop_;
ViewManagerInitServicePtr view_manager_init_;

Powered by Google App Engine
This is Rietveld 408576698