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

Unified Diff: third_party/WebKit/Source/platform/wtf/text/StringImpl.h

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/StringImpl.h
diff --git a/third_party/WebKit/Source/platform/wtf/text/StringImpl.h b/third_party/WebKit/Source/platform/wtf/text/StringImpl.h
index 94c597d913841d2d2d437fc8fa99c894eedd2542..8ec13cf7588139c6997315c154dbcf9c5b72455b 100644
--- a/third_party/WebKit/Source/platform/wtf/text/StringImpl.h
+++ b/third_party/WebKit/Source/platform/wtf/text/StringImpl.h
@@ -24,6 +24,8 @@
#ifndef StringImpl_h
#define StringImpl_h
+#include <limits.h>
+#include <string.h>
#include "platform/wtf/ASCIICType.h"
#include "platform/wtf/Forward.h"
#include "platform/wtf/HashMap.h"
@@ -32,8 +34,6 @@
#include "platform/wtf/WTFExport.h"
#include "platform/wtf/text/ASCIIFastPath.h"
#include "platform/wtf/text/Unicode.h"
-#include <limits.h>
-#include <string.h>
#if DCHECK_IS_ON()
#include "platform/wtf/ThreadRestrictionVerifier.h"

Powered by Google App Engine
This is Rietveld 408576698