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

Unified Diff: third_party/WebKit/Source/platform/text/TextChecking.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/platform/text/TextChecking.h
diff --git a/third_party/WebKit/Source/platform/text/TextChecking.h b/third_party/WebKit/Source/platform/text/TextChecking.h
index 949f076b209ab5c680b3952a2af77830f5c343b0..7da606873afcade508dcbd3a05318ac30e26eff6 100644
--- a/third_party/WebKit/Source/platform/text/TextChecking.h
+++ b/third_party/WebKit/Source/platform/text/TextChecking.h
@@ -60,6 +60,7 @@ const int kUnrequestedTextCheckingSequence = -1;
class TextCheckingRequestData final {
DISALLOW_NEW();
+
public:
TextCheckingRequestData(const String& text)
: sequence_(kUnrequestedTextCheckingSequence), text_(text) {}

Powered by Google App Engine
This is Rietveld 408576698