| Index: chrome/browser/ui/zoom/zoom_controller_unittest.cc
|
| diff --git a/chrome/browser/ui/zoom/zoom_controller_unittest.cc b/chrome/browser/ui/zoom/zoom_controller_unittest.cc
|
| index 07d63386e0af66848fd8c72d6b0f29a5b40c4e78..2c49a025fb7ab155b7468ecabe441e85a7253236 100644
|
| --- a/chrome/browser/ui/zoom/zoom_controller_unittest.cc
|
| +++ b/chrome/browser/ui/zoom/zoom_controller_unittest.cc
|
| @@ -28,7 +28,7 @@ class TestZoomObserver : public ZoomObserver {
|
| class ZoomControllerTest : public ChromeRenderViewHostTestHarness {
|
| public:
|
| ZoomControllerTest()
|
| - : ui_thread_(content::BrowserThread::UI, MessageLoop::current()) {}
|
| + : ui_thread_(content::BrowserThread::UI, base::MessageLoop::current()) {}
|
|
|
| virtual void SetUp() OVERRIDE {
|
| ChromeRenderViewHostTestHarness::SetUp();
|
|
|