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

Unified Diff: third_party/WebKit/Source/platform/weborigin/KURL.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/platform/weborigin/KURL.h
diff --git a/third_party/WebKit/Source/platform/weborigin/KURL.h b/third_party/WebKit/Source/platform/weborigin/KURL.h
index d0e3092f0b10cf860afc044a5a04c1ed7df9a7d4..3737426b3879ac65a67b27011a61160cf3d85e43 100644
--- a/third_party/WebKit/Source/platform/weborigin/KURL.h
+++ b/third_party/WebKit/Source/platform/weborigin/KURL.h
@@ -27,6 +27,7 @@
#ifndef KURL_h
#define KURL_h
+#include <memory>
#include "platform/PlatformExport.h"
#include "url/third_party/mozilla/url_parse.h"
#include "url/url_canon.h"
@@ -34,7 +35,6 @@
#include "wtf/Forward.h"
#include "wtf/HashTableDeletedValueType.h"
#include "wtf/text/WTFString.h"
-#include <memory>
namespace WTF {
class TextEncoding;

Powered by Google App Engine
This is Rietveld 408576698