Index: chrome_frame/test/urlmon_moniker_integration_test.cc |
diff --git a/chrome_frame/test/urlmon_moniker_integration_test.cc b/chrome_frame/test/urlmon_moniker_integration_test.cc |
index 2937df40fd408277163a8a92c6aab7654f2ddff8..c491a009ce945c7ac27f3025e327046180b78cd5 100644 |
--- a/chrome_frame/test/urlmon_moniker_integration_test.cc |
+++ b/chrome_frame/test/urlmon_moniker_integration_test.cc |
@@ -66,7 +66,7 @@ class RunTestServer : public base::Thread { |
} |
bool Start() { |
- bool ret = StartWithOptions(Options(MessageLoop::TYPE_UI, 0)); |
+ bool ret = StartWithOptions(Options(base::MessageLoop::TYPE_UI, 0)); |
if (ret) { |
message_loop()->PostTask(FROM_HERE, |
base::Bind(&RunTestServer::StartServer, this)); |