aboutsummaryrefslogtreecommitdiff
path: root/UnitTesting/GTMGoogleTestRunner.mm
diff options
context:
space:
mode:
Diffstat (limited to 'UnitTesting/GTMGoogleTestRunner.mm')
-rw-r--r--UnitTesting/GTMGoogleTestRunner.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/UnitTesting/GTMGoogleTestRunner.mm b/UnitTesting/GTMGoogleTestRunner.mm
index f81436c..302bc28 100644
--- a/UnitTesting/GTMGoogleTestRunner.mm
+++ b/UnitTesting/GTMGoogleTestRunner.mm
@@ -58,7 +58,7 @@
#import <XCTest/XCTest.h>
#import <objc/runtime.h>
-#include "testing/base/public/gunit.h"
+#include "third_party/gtest/include/gtest/gtest.h"
using ::testing::EmptyTestEventListener;
using ::testing::TestCase;