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

Unified Diff: third_party/WebKit/Source/wtf/text/TextCodecReplacement.h

Issue 1611343002: wtf reformat test Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pydent Created 4 years, 11 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/wtf/text/TextCodecReplacement.h
diff --git a/third_party/WebKit/Source/wtf/text/TextCodecReplacement.h b/third_party/WebKit/Source/wtf/text/TextCodecReplacement.h
index 9350983b173970037a2f96693219bf6eaaa919ba..a96a07269a667a5dfa10fadffb8ee7713070cdc2 100644
--- a/third_party/WebKit/Source/wtf/text/TextCodecReplacement.h
+++ b/third_party/WebKit/Source/wtf/text/TextCodecReplacement.h
@@ -11,18 +11,22 @@
namespace WTF {
class TextCodecReplacement final : public TextCodecUTF8 {
-public:
- TextCodecReplacement();
+ public:
+ TextCodecReplacement();
- static void registerEncodingNames(EncodingNameRegistrar);
- static void registerCodecs(TextCodecRegistrar);
+ static void registerEncodingNames(EncodingNameRegistrar);
+ static void registerCodecs(TextCodecRegistrar);
-private:
- String decode(const char*, size_t length, FlushBehavior, bool stopOnError, bool& sawError) override;
+ private:
+ String decode(const char*,
+ size_t length,
+ FlushBehavior,
+ bool stopOnError,
+ bool& sawError) override;
- bool m_sentEOF;
+ bool m_sentEOF;
};
-} // namespace WTF
+} // namespace WTF
-#endif // TextCodecReplacement_h
+#endif // TextCodecReplacement_h
« no previous file with comments | « third_party/WebKit/Source/wtf/text/TextCodecLatin1.cpp ('k') | third_party/WebKit/Source/wtf/text/TextCodecReplacement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698