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

Unified Diff: chrome/browser/chromeos/policy/enterprise_install_attributes_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
Index: chrome/browser/chromeos/policy/enterprise_install_attributes_unittest.cc
diff --git a/chrome/browser/chromeos/policy/enterprise_install_attributes_unittest.cc b/chrome/browser/chromeos/policy/enterprise_install_attributes_unittest.cc
index fbc3ec90ea9297e0cf108dea3589e654fdbbfa0a..a239ef57c19730bdcc94d5841b510324a362a94f 100644
--- a/chrome/browser/chromeos/policy/enterprise_install_attributes_unittest.cc
+++ b/chrome/browser/chromeos/policy/enterprise_install_attributes_unittest.cc
@@ -57,7 +57,7 @@ class EnterpriseInstallAttributesTest : public testing::Test {
attribute->set_value(value);
}
- MessageLoopForUI message_loop_;
+ base::MessageLoopForUI message_loop_;
base::ScopedTempDir temp_dir_;
scoped_ptr<chromeos::CryptohomeLibrary> cryptohome_;
scoped_ptr<chromeos::CryptohomeClient> stub_cryptohome_client_;

Powered by Google App Engine
This is Rietveld 408576698