| Index: chrome/browser/extensions/api/declarative/rules_registry_service_unittest.cc
|
| diff --git a/chrome/browser/extensions/api/declarative/rules_registry_service_unittest.cc b/chrome/browser/extensions/api/declarative/rules_registry_service_unittest.cc
|
| index 8a998fde3459ae77e95359d37ed0c26f87cc3dd8..2c7c6464e8cd64e9e3e52311db3d70a309c302bf 100644
|
| --- a/chrome/browser/extensions/api/declarative/rules_registry_service_unittest.cc
|
| +++ b/chrome/browser/extensions/api/declarative/rules_registry_service_unittest.cc
|
| @@ -47,7 +47,7 @@ class RulesRegistryServiceTest : public testing::Test {
|
| }
|
|
|
| protected:
|
| - MessageLoop message_loop;
|
| + base::MessageLoop message_loop;
|
| content::TestBrowserThread ui;
|
| content::TestBrowserThread io;
|
| };
|
|
|