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

Unified Diff: chrome/browser/chromeos/attestation/attestation_ca_client_unittest.cc

Issue 14113053: chrome: Use base::MessageLoop. (Part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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: chrome/browser/chromeos/attestation/attestation_ca_client_unittest.cc
diff --git a/chrome/browser/chromeos/attestation/attestation_ca_client_unittest.cc b/chrome/browser/chromeos/attestation/attestation_ca_client_unittest.cc
index c6b3947f63002463e259176d5e37d1cc9bfa6425..b5304d7806bebf434c66151ce0ebf392736a665d 100644
--- a/chrome/browser/chromeos/attestation/attestation_ca_client_unittest.cc
+++ b/chrome/browser/chromeos/attestation/attestation_ca_client_unittest.cc
@@ -39,7 +39,7 @@ class AttestationCAClientTest : public ::testing::Test {
fetcher->delegate()->OnURLFetchComplete(fetcher);
}
- MessageLoop message_loop_;
+ base::MessageLoop message_loop_;
content::TestBrowserThread io_thread_;
net::TestURLFetcherFactory url_fetcher_factory_;
};

Powered by Google App Engine
This is Rietveld 408576698