Index: testing/gtest_mac_unittest.mm |
diff --git a/testing/gtest_mac_unittest.mm b/testing/gtest_mac_unittest.mm |
index 9363b410fdfc2f0f35923b6fe307dbe058567205..01f14979fefc33262adc18e8fe893bd2cfe54412 100644 |
--- a/testing/gtest_mac_unittest.mm |
+++ b/testing/gtest_mac_unittest.mm |
@@ -11,8 +11,8 @@ |
#import <Foundation/Foundation.h> |
#include "base/mac/scoped_nsautorelease_pool.h" |
-#include "testing/gtest/include/gtest/internal/gtest-port.h" |
#include "testing/gtest/include/gtest/gtest.h" |
+#include "testing/gtest/include/gtest/internal/gtest-port.h" |
TEST(GTestMac, ExpectNSEQ) { |
base::mac::ScopedNSAutoreleasePool pool; |