summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/glue/sync_backend_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/glue/sync_backend_host.h')
-rw-r--r--chrome/browser/sync/glue/sync_backend_host.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/sync/glue/sync_backend_host.h b/chrome/browser/sync/glue/sync_backend_host.h
index 59ce96c..63ec7c1 100644
--- a/chrome/browser/sync/glue/sync_backend_host.h
+++ b/chrome/browser/sync/glue/sync_backend_host.h
@@ -189,7 +189,8 @@ class SyncBackendHost {
const std::wstring& test_user,
sync_api::HttpPostProviderFactory* factory,
sync_api::HttpPostProviderFactory* auth_factory) {
- DoInitialize(GURL(), bookmark_model_worker, false, factory,
+ DoInitialize(GURL("http://www.example.com/example/path"),
+ bookmark_model_worker, false, factory,
auth_factory, std::string());
syncapi_->SetupForTestMode(test_user);
}