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

Unified Diff: base/command_line_unittest.cc

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/clipboard_unittest.cc ('k') | base/condition_variable.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/command_line_unittest.cc
diff --git a/base/command_line_unittest.cc b/base/command_line_unittest.cc
index 563b060e2e9f24376f2e361892b1e0c9fdfa737e..e43c2fb4ab6e5ab610996340e038f8d219b48918 100644
--- a/base/command_line_unittest.cc
+++ b/base/command_line_unittest.cc
@@ -127,4 +127,3 @@ TEST(CommandLineTest, AppendSwitches) {
EXPECT_TRUE(cl.HasSwitch(switch4));
EXPECT_EQ(value4, cl.GetSwitchValue(switch4));
}
-
« no previous file with comments | « base/clipboard_unittest.cc ('k') | base/condition_variable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698