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

Unified Diff: third_party/WebKit/Source/core/frame/DOMWindowTimers.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/Source/core/frame/DOMWindowTimers.h
diff --git a/third_party/WebKit/Source/core/frame/DOMWindowTimers.h b/third_party/WebKit/Source/core/frame/DOMWindowTimers.h
index db74ddc9dfff78db12c158b2573e92169e29592f..8bf1ae699bb3c3a7aed425b502214ede3b222646 100644
--- a/third_party/WebKit/Source/core/frame/DOMWindowTimers.h
+++ b/third_party/WebKit/Source/core/frame/DOMWindowTimers.h
@@ -65,7 +65,7 @@ int setInterval(ScriptState*,
const Vector<ScriptValue>&);
void clearTimeout(EventTarget&, int timeout_id);
void clearInterval(EventTarget&, int timeout_id);
-}
+} // namespace DOMWindowTimers
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698