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

Unified Diff: base/string_tokenizer.h

Issue 42011: Normalize end of file newlines in base/. All files end in a single newline. (Closed)
Patch Set: Revert changed to third_party. Created 11 years, 9 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
« no previous file with comments | « base/stats_counters.h ('k') | base/string_tokenizer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/string_tokenizer.h
diff --git a/base/string_tokenizer.h b/base/string_tokenizer.h
index f4f4c28f4bcbd9d4baee9ec6ee58465e2d0cba05..654e7c96146c8c6bb6d9e8a6d3d6461077bc8f05 100644
--- a/base/string_tokenizer.h
+++ b/base/string_tokenizer.h
@@ -200,4 +200,3 @@ typedef StringTokenizerT<std::wstring, std::wstring::const_iterator>
typedef StringTokenizerT<std::string, const char*> CStringTokenizer;
#endif // BASE_STRING_TOKENIZER_H_
-
« no previous file with comments | « base/stats_counters.h ('k') | base/string_tokenizer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698