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

Unified Diff: chrome/browser/net/network_time_tracker_unittest.cc

Issue 14113053: chrome: Use base::MessageLoop. (Part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase again 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
« no previous file with comments | « chrome/browser/net/network_time_tracker.cc ('k') | chrome/browser/net/predictor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/network_time_tracker_unittest.cc
diff --git a/chrome/browser/net/network_time_tracker_unittest.cc b/chrome/browser/net/network_time_tracker_unittest.cc
index 7aa80ff8ab4c2b8a3c7819a64935f8c996f587f6..f6a33b6165ee72d6c7cd7a4f27ce9bad4bd0dc18 100644
--- a/chrome/browser/net/network_time_tracker_unittest.cc
+++ b/chrome/browser/net/network_time_tracker_unittest.cc
@@ -124,7 +124,7 @@ class NetworkTimeTrackerTest : public testing::Test {
private:
// Message loop and threads for the tracker's internal logic.
- MessageLoop message_loop_;
+ base::MessageLoop message_loop_;
content::TestBrowserThread ui_thread;
content::TestBrowserThread io_thread;
« no previous file with comments | « chrome/browser/net/network_time_tracker.cc ('k') | chrome/browser/net/predictor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698