diff options
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_ - |