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

Unified Diff: sync/internal_api/public/util/weak_handle_unittest.cc

Issue 14113050: sync: Use base::MessageLoop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 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
Index: sync/internal_api/public/util/weak_handle_unittest.cc
diff --git a/sync/internal_api/public/util/weak_handle_unittest.cc b/sync/internal_api/public/util/weak_handle_unittest.cc
index fcfd7bd716d59305841ba5f3b14b60614e55636e..56dfe7f3281c6fafebfdd869c6a98e920dc306c0 100644
--- a/sync/internal_api/public/util/weak_handle_unittest.cc
+++ b/sync/internal_api/public/util/weak_handle_unittest.cc
@@ -70,7 +70,7 @@ class WeakHandleTest : public ::testing::Test {
h.Call(from_here, &Base::Test);
}
- MessageLoop message_loop_;
+ base::MessageLoop message_loop_;
};
TEST_F(WeakHandleTest, Uninitialized) {
« no previous file with comments | « sync/internal_api/public/engine/passive_model_worker.cc ('k') | sync/internal_api/sync_encryption_handler_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698