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

Unified Diff: third_party/WebKit/Source/modules/fetch/BlobBytesConsumer.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/modules/fetch/BlobBytesConsumer.h
diff --git a/third_party/WebKit/Source/modules/fetch/BlobBytesConsumer.h b/third_party/WebKit/Source/modules/fetch/BlobBytesConsumer.h
index 1560e3ddc766fa87ec3a8a0a04af4b75a42d000f..6d1c5a09cbeff539a647ddc60f72b3171b5a75af 100644
--- a/third_party/WebKit/Source/modules/fetch/BlobBytesConsumer.h
+++ b/third_party/WebKit/Source/modules/fetch/BlobBytesConsumer.h
@@ -5,6 +5,7 @@
#ifndef BlobBytesConsumer_h
#define BlobBytesConsumer_h
+#include <memory>
#include "core/dom/ContextLifecycleObserver.h"
#include "core/loader/ThreadableLoaderClient.h"
#include "modules/ModulesExport.h"
@@ -12,7 +13,6 @@
#include "platform/heap/Handle.h"
#include "wtf/PassRefPtr.h"
#include "wtf/RefPtr.h"
-#include <memory>
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/modules/eventsource/EventSourceParser.h ('k') | third_party/WebKit/Source/modules/fetch/Body.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698