summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/sync_setup_wizard.cc
diff options
context:
space:
mode:
authorzork@chromium.org <zork@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-27 22:49:23 +0000
committerzork@chromium.org <zork@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-27 22:49:23 +0000
commit26413f102e91456639284b14a82a23850591527e (patch)
tree02dcac1d76bd27709b18a98188e01235f05fe872 /chrome/browser/sync/sync_setup_wizard.cc
parent2884f8e77c8df5d80414c70b8f775ae090eb7900 (diff)
downloadchromium_src-26413f102e91456639284b14a82a23850591527e.zip
chromium_src-26413f102e91456639284b14a82a23850591527e.tar.gz
chromium_src-26413f102e91456639284b14a82a23850591527e.tar.bz2
Remove the browser_sync flag.
BUG=none TEST=none Review URL: http://codereview.chromium.org/337034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30272 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync/sync_setup_wizard.cc')
-rw-r--r--chrome/browser/sync/sync_setup_wizard.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/sync/sync_setup_wizard.cc b/chrome/browser/sync/sync_setup_wizard.cc
index 5c55730..e738b14 100644
--- a/chrome/browser/sync/sync_setup_wizard.cc
+++ b/chrome/browser/sync/sync_setup_wizard.cc
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#if defined(BROWSER_SYNC)
-
#include "chrome/browser/sync/sync_setup_wizard.h"
#include "app/resource_bundle.h"
@@ -196,5 +194,3 @@ SyncSetupWizard::State SyncSetupWizard::GetEndStateForDiscreteRun(
"Invalid start state for discrete run: " << start_state;
return result;
}
-
-#endif // defined(BROWSER_SYNC)