summaryrefslogtreecommitdiffstats
path: root/chrome/tools/crash_service
diff options
context:
space:
mode:
authordeanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-10 14:23:48 +0000
committerdeanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-10 14:23:48 +0000
commitb6f87899677d55b5830f005e00df61d387c6b548 (patch)
tree3becccc1e5fd36eda47930c66df3a3a9ee332f00 /chrome/tools/crash_service
parent2fcccc7295206f24e1bc8526b40273cc6c30373e (diff)
downloadchromium_src-b6f87899677d55b5830f005e00df61d387c6b548.zip
chromium_src-b6f87899677d55b5830f005e00df61d387c6b548.tar.gz
chromium_src-b6f87899677d55b5830f005e00df61d387c6b548.tar.bz2
NO CODE CHANGE
Normalize end of file newlines in chrome/. All files end in a single newline. Review URL: http://codereview.chromium.org/42015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11331 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools/crash_service')
-rw-r--r--chrome/tools/crash_service/crash_service.cc1
-rw-r--r--chrome/tools/crash_service/crash_service.h1
-rw-r--r--chrome/tools/crash_service/main.cc1
3 files changed, 0 insertions, 3 deletions
diff --git a/chrome/tools/crash_service/crash_service.cc b/chrome/tools/crash_service/crash_service.cc
index 56f524b..fc921b2 100644
--- a/chrome/tools/crash_service/crash_service.cc
+++ b/chrome/tools/crash_service/crash_service.cc
@@ -428,4 +428,3 @@ int CrashService::ProcessingLoop() {
return static_cast<int>(msg.wParam);
}
-
diff --git a/chrome/tools/crash_service/crash_service.h b/chrome/tools/crash_service/crash_service.h
index 46aa160..0edee38 100644
--- a/chrome/tools/crash_service/crash_service.h
+++ b/chrome/tools/crash_service/crash_service.h
@@ -111,4 +111,3 @@ class CrashService {
#endif // CHROME_TOOLS_CRASH_SERVICE__
-
diff --git a/chrome/tools/crash_service/main.cc b/chrome/tools/crash_service/main.cc
index 8aabf2e..d6a1a20 100644
--- a/chrome/tools/crash_service/main.cc
+++ b/chrome/tools/crash_service/main.cc
@@ -64,4 +64,3 @@ int __stdcall wWinMain(HINSTANCE instance, HINSTANCE, wchar_t* cmd_line,
LOG(INFO) << "session end. return code is " << retv;
return retv;
}
-