summaryrefslogtreecommitdiffstats
path: root/chrome/test/sync
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/test/sync
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/test/sync')
-rw-r--r--chrome/test/sync/test_http_bridge_factory.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/test/sync/test_http_bridge_factory.h b/chrome/test/sync/test_http_bridge_factory.h
index 83ad6c4..21f24d7 100644
--- a/chrome/test/sync/test_http_bridge_factory.h
+++ b/chrome/test/sync/test_http_bridge_factory.h
@@ -5,8 +5,6 @@
#ifndef CHROME_TEST_SYNC_TEST_HTTP_BRIDGE_FACTORY_H_
#define CHROME_TEST_SYNC_TEST_HTTP_BRIDGE_FACTORY_H_
-#if defined(BROWSER_SYNC)
-
#include "chrome/browser/sync/engine/syncapi.h"
namespace browser_sync {
@@ -64,6 +62,4 @@ class TestHttpBridgeFactory : public sync_api::HttpPostProviderFactory {
} // namespace browser_sync
-
-#endif // defined(BROWSER_SYNC)
#endif // CHROME_TEST_SYNC_TEST_HTTP_BRIDGE_FACTORY_H_