| 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 2c84b4f563e1f6f5cd831a414cb1a578addd2076..b90061297e09543607e6e706d17020e1fd2aab10 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;
|
| };
|
|
|