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

Unified Diff: third_party/WebKit/Source/core/html/parser/HTMLMetaCharsetParser.h

Issue 2700123003: DO NOT COMMIT: Results of running old (current) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 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/core/html/parser/HTMLMetaCharsetParser.h
diff --git a/third_party/WebKit/Source/core/html/parser/HTMLMetaCharsetParser.h b/third_party/WebKit/Source/core/html/parser/HTMLMetaCharsetParser.h
index edc2d0c3896b4249918939c45c9d3d75f91c38e5..2324d2d542d547bd09024f7263563e17674cb24a 100644
--- a/third_party/WebKit/Source/core/html/parser/HTMLMetaCharsetParser.h
+++ b/third_party/WebKit/Source/core/html/parser/HTMLMetaCharsetParser.h
@@ -26,13 +26,13 @@
#ifndef HTMLMetaCharsetParser_h
#define HTMLMetaCharsetParser_h
+#include <memory>
#include "core/html/parser/HTMLToken.h"
#include "platform/text/SegmentedString.h"
#include "wtf/Noncopyable.h"
#include "wtf/PtrUtil.h"
#include "wtf/text/TextCodec.h"
#include "wtf/text/TextEncoding.h"
-#include <memory>
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698