| Index: chrome/browser/policy/configuration_policy_provider_test.h
|
| diff --git a/chrome/browser/policy/configuration_policy_provider_test.h b/chrome/browser/policy/configuration_policy_provider_test.h
|
| index 1c98836ca53bd22d8ea526d7c3a4dc11e6e257d6..397e55aafe6b4f2e9d06f64f3f2b65747130d18e 100644
|
| --- a/chrome/browser/policy/configuration_policy_provider_test.h
|
| +++ b/chrome/browser/policy/configuration_policy_provider_test.h
|
| @@ -52,7 +52,7 @@ class PolicyTestBase : public testing::Test {
|
|
|
| protected:
|
| // Create an actual IO loop (needed by FilePathWatcher).
|
| - MessageLoopForIO loop_;
|
| + base::MessageLoopForIO loop_;
|
|
|
| private:
|
| content::TestBrowserThread ui_thread_;
|
|
|