summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-10 16:13:59 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-10 16:13:59 +0000
commitb38dab793484c59b5bbf4b41bb1aa391e8012598 (patch)
tree5d10f8c77c8099d3df3052996b2f61ae4d457b9d
parent1805b51645d51ee08205aa8e5cc3c72404ab8960 (diff)
downloadchromium_src-b38dab793484c59b5bbf4b41bb1aa391e8012598.zip
chromium_src-b38dab793484c59b5bbf4b41bb1aa391e8012598.tar.gz
chromium_src-b38dab793484c59b5bbf4b41bb1aa391e8012598.tar.bz2
Try to fix this file since it's constantly giving
"svn: Inconsistent line ending style"... TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18062 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/first_run_win.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/first_run_win.cc b/chrome/browser/first_run_win.cc
index b65d421..96f8e21 100644
--- a/chrome/browser/first_run_win.cc
+++ b/chrome/browser/first_run_win.cc
@@ -151,7 +151,6 @@ bool FirstRun::CreateChromeQuickLaunchShortcut() {
true); // create if doesn't exist.
}
-
bool FirstRun::ProcessMasterPreferences(const FilePath& user_data_dir,
const FilePath& master_prefs_path,
int* preference_details,
@@ -259,7 +258,7 @@ bool FirstRun::ProcessMasterPreferences(const FilePath& user_data_dir,
return false;
}
-
+
bool Upgrade::IsBrowserAlreadyRunning() {
static HANDLE handle = NULL;
std::wstring exe;