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

Unified Diff: third_party/WebKit/Source/web/FrameLoaderClientImpl.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/web/FrameLoaderClientImpl.h
diff --git a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
index bede8e1f29a240d2c1e865a3e2497909910192b8..a9cf6ba16d0e5020d83032ee254645022b2c7687 100644
--- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
+++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
@@ -32,12 +32,12 @@
#ifndef FrameLoaderClientImpl_h
#define FrameLoaderClientImpl_h
+#include <memory>
#include "core/loader/FrameLoaderClient.h"
#include "platform/heap/Handle.h"
#include "platform/weborigin/KURL.h"
#include "public/platform/WebInsecureRequestPolicy.h"
#include "wtf/RefPtr.h"
-#include <memory>
namespace blink {
@@ -65,8 +65,7 @@ class FrameLoaderClientImpl final : public FrameLoaderClient {
void runScriptsAtDocumentElementAvailable() override;
void runScriptsAtDocumentReady(bool documentIsEmpty) override;
- void didCreateScriptContext(v8::Local<v8::Context>,
- int worldId) override;
+ void didCreateScriptContext(v8::Local<v8::Context>, int worldId) override;
void willReleaseScriptContext(v8::Local<v8::Context>, int worldId) override;
// Returns true if we should allow register V8 extensions to be added.
« no previous file with comments | « third_party/WebKit/Source/web/ExternalPopupMenu.h ('k') | third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698