| Index: chrome/browser/chromeos/policy/device_status_collector_browsertest.cc
|
| diff --git a/chrome/browser/chromeos/policy/device_status_collector_browsertest.cc b/chrome/browser/chromeos/policy/device_status_collector_browsertest.cc
|
| index 7d23452957b099db8ac912f3c8b3e08d542186f2..12af15eb319dd02b7364a133fcb78b62307138a0 100644
|
| --- a/chrome/browser/chromeos/policy/device_status_collector_browsertest.cc
|
| +++ b/chrome/browser/chromeos/policy/device_status_collector_browsertest.cc
|
| @@ -140,7 +140,7 @@ namespace policy {
|
| class DeviceStatusCollectorTest : public testing::Test {
|
| public:
|
| DeviceStatusCollectorTest()
|
| - : message_loop_(MessageLoop::TYPE_UI),
|
| + : message_loop_(base::MessageLoop::TYPE_UI),
|
| ui_thread_(content::BrowserThread::UI, &message_loop_),
|
| file_thread_(content::BrowserThread::FILE, &message_loop_),
|
| io_thread_(content::BrowserThread::IO, &message_loop_) {
|
| @@ -236,7 +236,7 @@ class DeviceStatusCollectorTest : public testing::Test {
|
| return policy::DeviceStatusCollector::kIdlePollIntervalSeconds * 1000;
|
| }
|
|
|
| - MessageLoop message_loop_;
|
| + base::MessageLoop message_loop_;
|
| content::TestBrowserThread ui_thread_;
|
| content::TestBrowserThread file_thread_;
|
| content::TestBrowserThread io_thread_;
|
|
|