| Index: chrome/browser/intents/cws_intents_registry_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/intents/cws_intents_registry_unittest.cc (revision 167354)
|
| +++ chrome/browser/intents/cws_intents_registry_unittest.cc (working copy)
|
| @@ -154,8 +154,8 @@
|
| class CWSIntentsRegistryTest : public testing::Test {
|
| public:
|
| virtual void SetUp() {
|
| - scoped_refptr<net::TestURLRequestContextGetter> context_getter(
|
| - new net::TestURLRequestContextGetter(ui_loop_.message_loop_proxy()));
|
| + scoped_refptr<TestURLRequestContextGetter> context_getter(
|
| + new TestURLRequestContextGetter(ui_loop_.message_loop_proxy()));
|
| registry_.reset(context_getter);
|
| }
|
|
|
|
|