| Index: chrome/test/live_sync/live_sync_test.cc
|
| diff --git a/chrome/test/live_sync/live_sync_test.cc b/chrome/test/live_sync/live_sync_test.cc
|
| index 21146e95130298f2a990ca00f91eff0b5de076e7..e9ac0f37870a98dc9f30db371f9255cd0ce8f3b2 100644
|
| --- a/chrome/test/live_sync/live_sync_test.cc
|
| +++ b/chrome/test/live_sync/live_sync_test.cc
|
| @@ -20,10 +20,12 @@
|
| #include "chrome/browser/password_manager/encryptor.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/profiles/profile_manager.h"
|
| +#include "chrome/browser/sync/profile_sync_service_harness.h"
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/net/url_fetcher.h"
|
| #include "chrome/common/net/url_request_context_getter.h"
|
| +#include "chrome/common/net/test_url_fetcher_factory.h"
|
| #include "chrome/test/testing_browser_process.h"
|
| #include "chrome/test/ui_test_utils.h"
|
| #include "googleurl/src/gurl.h"
|
| @@ -126,6 +128,8 @@ LiveSyncTest::LiveSyncTest(TestType test_type)
|
| }
|
| }
|
|
|
| +LiveSyncTest::~LiveSyncTest() {}
|
| +
|
| void LiveSyncTest::SetUp() {
|
| CommandLine* cl = CommandLine::ForCurrentProcess();
|
| if (cl->HasSwitch(switches::kPasswordFileForTest)) {
|
|
|