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

Unified Diff: third_party/WebKit/public/web/WebScopedWindowFocusAllowedIndicator.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/public/web/WebScopedWindowFocusAllowedIndicator.h
diff --git a/third_party/WebKit/public/web/WebScopedWindowFocusAllowedIndicator.h b/third_party/WebKit/public/web/WebScopedWindowFocusAllowedIndicator.h
index b2d0f94eaa1f613c8b0313a76c4f101e5a81db32..309b80a162990fe6baa7c42b92ddd3b0dd69d262 100644
--- a/third_party/WebKit/public/web/WebScopedWindowFocusAllowedIndicator.h
+++ b/third_party/WebKit/public/web/WebScopedWindowFocusAllowedIndicator.h
@@ -31,8 +31,8 @@
#ifndef WebScopedWindowFocusAllowedIndicator_h
#define WebScopedWindowFocusAllowedIndicator_h
-#include "public/platform/WebCommon.h"
#include <memory>
+#include "public/platform/WebCommon.h"
namespace blink {
@@ -48,6 +48,6 @@ class WebScopedWindowFocusAllowedIndicator {
private:
std::unique_ptr<ScopedWindowFocusAllowedIndicator> private_;
};
-}
+} // namespace blink
#endif // WebScopedWindowFocusAllowedIndicator_h

Powered by Google App Engine
This is Rietveld 408576698