Index: Source/web/tests/WebUnitTests.cpp |
diff --git a/Source/web/tests/WebUnitTests.cpp b/Source/web/tests/WebUnitTests.cpp |
index f29103c4c3a126a5f249071f8644f09d7b64a039..f07b93718866c8b95a1a58d22115b7e20627c7c5 100644 |
--- a/Source/web/tests/WebUnitTests.cpp |
+++ b/Source/web/tests/WebUnitTests.cpp |
@@ -33,7 +33,6 @@ |
// FIXME: Can we move this to webkit/support and fix the layering violation? |
#include <base/test/test_suite.h> |
-#include <gmock/gmock.h> |
static TestSuite* testSuite = 0; |
@@ -41,7 +40,6 @@ namespace blink { |
void InitTestSuite(int argc, char** argv) |
{ |
- ::testing::InitGoogleMock(&argc, argv); |
testSuite = new TestSuite(argc, argv); |
} |