Index: content/test/content_test_suite.cc |
diff --git a/content/test/content_test_suite.cc b/content/test/content_test_suite.cc |
index c67f10a0fd13b2102818b8a034fd339890e7fa30..7a87809acbc1460f4ed0dd254b03d069c98ada04 100644 |
--- a/content/test/content_test_suite.cc |
+++ b/content/test/content_test_suite.cc |
@@ -17,7 +17,6 @@ |
#if defined(OS_MACOSX) |
#include "base/mac/scoped_nsautorelease_pool.h" |
-#include "content/test/mock_chrome_application_mac.h" |
#endif |
namespace { |
@@ -68,7 +67,6 @@ ContentTestSuite::~ContentTestSuite() { |
void ContentTestSuite::Initialize() { |
#if defined(OS_MACOSX) |
base::mac::ScopedNSAutoreleasePool autorelease_pool; |
- mock_cr_app::RegisterMockCrControlApp(); |
#endif |
base::TestSuite::Initialize(); |