Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(801)

Unified Diff: third_party/WebKit/Source/platform/wtf/text/CString.cpp

Issue 2940933003: DO NOT SUBMIT results of new clang-format (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/wtf/text/CString.cpp
diff --git a/third_party/WebKit/Source/platform/wtf/text/CString.cpp b/third_party/WebKit/Source/platform/wtf/text/CString.cpp
index 46480f42f1c21609ebd629bf1ac84d7ce410c3cf..4e7c3a52a60afc3aa8801930e6df3835fa005329 100644
--- a/third_party/WebKit/Source/platform/wtf/text/CString.cpp
+++ b/third_party/WebKit/Source/platform/wtf/text/CString.cpp
@@ -26,9 +26,9 @@
#include "platform/wtf/text/CString.h"
+#include <string.h>
#include "platform/wtf/ASCIICType.h"
#include "platform/wtf/allocator/Partitions.h"
-#include <string.h>
using namespace std;

Powered by Google App Engine
This is Rietveld 408576698