Index: sync/tools/testserver/run_sync_testserver.cc |
diff --git a/sync/tools/testserver/run_sync_testserver.cc b/sync/tools/testserver/run_sync_testserver.cc |
index 00910fc1c2c8eaa6ba4665580199bb0610f7ccc6..a13443ff6c2376248a6a3b0bd2efc828730e97e0 100644 |
--- a/sync/tools/testserver/run_sync_testserver.cc |
+++ b/sync/tools/testserver/run_sync_testserver.cc |
@@ -70,7 +70,7 @@ static bool GetPortFromSwitch(const std::string& switch_name, uint16* port) { |
int main(int argc, const char* argv[]) { |
base::AtExitManager at_exit_manager; |
- MessageLoopForIO message_loop; |
+ base::MessageLoopForIO message_loop; |
// Process command line |
CommandLine::Init(argc, argv); |