diff options
author | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-10 14:23:48 +0000 |
---|---|---|
committer | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-10 14:23:48 +0000 |
commit | b6f87899677d55b5830f005e00df61d387c6b548 (patch) | |
tree | 3becccc1e5fd36eda47930c66df3a3a9ee332f00 /chrome/app | |
parent | 2fcccc7295206f24e1bc8526b40273cc6c30373e (diff) | |
download | chromium_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/app')
-rw-r--r-- | chrome/app/breakpad.h | 1 | ||||
-rw-r--r-- | chrome/app/chrome_dll_main.cc | 2 | ||||
-rw-r--r-- | chrome/app/client_util.cc | 1 | ||||
-rw-r--r-- | chrome/app/client_util.h | 1 | ||||
-rw-r--r-- | chrome/app/google_update_client.h | 1 |
5 files changed, 0 insertions, 6 deletions
diff --git a/chrome/app/breakpad.h b/chrome/app/breakpad.h index daa3d77..07b261b 100644 --- a/chrome/app/breakpad.h +++ b/chrome/app/breakpad.h @@ -21,4 +21,3 @@ void InitDefaultCrashCallback(); bool ShowRestartDialogIfCrashed(bool* exit_now); #endif // CHROME_APP_BREAKPAD_H_ - diff --git a/chrome/app/chrome_dll_main.cc b/chrome/app/chrome_dll_main.cc index 768ace1..a0e1e8a 100644 --- a/chrome/app/chrome_dll_main.cc +++ b/chrome/app/chrome_dll_main.cc @@ -397,5 +397,3 @@ int ChromeMain(int argc, const char** argv) { return rv; } - - diff --git a/chrome/app/client_util.cc b/chrome/app/client_util.cc index 42230cd..0285c56 100644 --- a/chrome/app/client_util.cc +++ b/chrome/app/client_util.cc @@ -92,4 +92,3 @@ void GetExecutablePath(wchar_t* exe_path) { } } // namespace client_util - diff --git a/chrome/app/client_util.h b/chrome/app/client_util.h index 44a9c43..0603f08 100644 --- a/chrome/app/client_util.h +++ b/chrome/app/client_util.h @@ -43,4 +43,3 @@ void GetExecutablePath(wchar_t* exe_path); } // namespace client_util #endif // CHROME_APP_CLIENT_UTIL_H_ - diff --git a/chrome/app/google_update_client.h b/chrome/app/google_update_client.h index e443367..16130f0 100644 --- a/chrome/app/google_update_client.h +++ b/chrome/app/google_update_client.h @@ -75,4 +75,3 @@ class GoogleUpdateClient { } // namespace google_update #endif // CHROME_APP_GOOGLE_UPDATE_CLIENT_H_ - |