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

Unified Diff: third_party/WebKit/Source/core/frame/Deprecation.h

Issue 2393313002: reflow comments in core/frame (Closed)
Patch Set: tweak Created 4 years, 2 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/Deprecation.h
diff --git a/third_party/WebKit/Source/core/frame/Deprecation.h b/third_party/WebKit/Source/core/frame/Deprecation.h
index 0aaa33ed7794ea70bb7af530b93818e71b859726..080a590ab3bd6f796dfcbf8544b2cd63189902dc 100644
--- a/third_party/WebKit/Source/core/frame/Deprecation.h
+++ b/third_party/WebKit/Source/core/frame/Deprecation.h
@@ -30,8 +30,8 @@ class CORE_EXPORT Deprecation {
void muteForInspector();
void unmuteForInspector();
- // "countDeprecation" sets the bit for this feature to 1, and sends a deprecation
- // warning to the console. Repeated calls are ignored.
+ // "countDeprecation" sets the bit for this feature to 1, and sends a
+ // deprecation warning to the console. Repeated calls are ignored.
//
// Be considerate to developers' consoles: features should only send
// deprecation warnings when we're actively interested in removing them from

Powered by Google App Engine
This is Rietveld 408576698