Index: third_party/WebKit/Source/platform/testing/PlatformTestPrinters.cpp |
diff --git a/third_party/WebKit/Source/platform/testing/PlatformTestPrinters.cpp b/third_party/WebKit/Source/platform/testing/PlatformTestPrinters.cpp |
index aae2ed56e8554cf31ee18e4cc2b091a71bf30504..3c02178bea947991bbb2e0a5416a3c9a0aee82c8 100644 |
--- a/third_party/WebKit/Source/platform/testing/PlatformTestPrinters.cpp |
+++ b/third_party/WebKit/Source/platform/testing/PlatformTestPrinters.cpp |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "platform/network/ResourceError.h" |
#include <ostream> |
+#include "platform/network/ResourceError.h" |
// Pretty printer for gtest. |
// Each corresponding declaration should be placed in the header file of |