Index: chrome/test/automation/automation_proxy_uitest.h |
diff --git a/chrome/test/automation/automation_proxy_uitest.h b/chrome/test/automation/automation_proxy_uitest.h |
index 0b5556fa5a50176bbbda9bc76e420547564001c3..87a73fa4f524d62cde469b21ad8d6a4d6a2aa869 100644 |
--- a/chrome/test/automation/automation_proxy_uitest.h |
+++ b/chrome/test/automation/automation_proxy_uitest.h |
@@ -107,7 +107,7 @@ class ExternalTabUITestMockClient : public AutomationProxy { |
// Base your external tab UI tests on this. |
class ExternalTabUITest : public UITest { |
public: |
- ExternalTabUITest() : UITest(MessageLoop::TYPE_UI) {} |
+ ExternalTabUITest(); |
// Override UITest's CreateProxyLauncher to provide the unit test |
// with our special implementation of AutomationProxy. |
// This function is called from within UITest::SetUp(). |