Index: content/public/test/render_view_fake_resources_test.h |
diff --git a/content/public/test/render_view_fake_resources_test.h b/content/public/test/render_view_fake_resources_test.h |
index cde8596b026c86ff35b8845c2e557852e88312e4..a9688d9bc1fe10cc0dfbbcc27f20a0f434cf993b 100644 |
--- a/content/public/test/render_view_fake_resources_test.h |
+++ b/content/public/test/render_view_fake_resources_test.h |
@@ -127,7 +127,7 @@ class RenderViewFakeResourcesTest : public ::testing::Test, |
static const int32 kViewId; // arbitrary id for our testing view |
- MessageLoopForIO message_loop_; |
+ base::MessageLoopForIO message_loop_; |
ContentRendererClient content_renderer_client_; |
// channel that the renderer uses to talk to the browser. |
// For this test, we will handle the browser end of the channel. |