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

Unified Diff: base/debug_message.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/condition_variable_win.cc ('k') | base/debug_on_start.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/debug_message.cc
diff --git a/base/debug_message.cc b/base/debug_message.cc
index 7e20eb51a2a604183518e8289b0cdc4cadd3f76c..10f441d31559d1045201ed949262239f1e243ab4 100644
--- a/base/debug_message.cc
+++ b/base/debug_message.cc
@@ -15,4 +15,3 @@ int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
MessageBox(NULL, cmdline, L"Kr\x00d8m", MB_TOPMOST);
return 0;
}
-
« no previous file with comments | « base/condition_variable_win.cc ('k') | base/debug_on_start.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698