| Index: chrome/browser/sync/test/integration/passwords_helper.cc
|
| diff --git a/chrome/browser/sync/test/live_sync/passwords_helper.cc b/chrome/browser/sync/test/integration/passwords_helper.cc
|
| similarity index 98%
|
| rename from chrome/browser/sync/test/live_sync/passwords_helper.cc
|
| rename to chrome/browser/sync/test/integration/passwords_helper.cc
|
| index 9484c39a888d872fb2a0cc3c5800363a5f573b0a..4a10e2e4d1f0511cafb47d74079006ad7a8cfa51 100644
|
| --- a/chrome/browser/sync/test/live_sync/passwords_helper.cc
|
| +++ b/chrome/browser/sync/test/integration/passwords_helper.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/sync/test/live_sync/passwords_helper.h"
|
| +#include "chrome/browser/sync/test/integration/passwords_helper.h"
|
|
|
| #include "base/stringprintf.h"
|
| #include "base/synchronization/waitable_event.h"
|
| @@ -11,7 +11,7 @@
|
| #include "chrome/browser/password_manager/password_store_consumer.h"
|
| #include "chrome/browser/password_manager/password_store.h"
|
| #include "chrome/browser/sync/profile_sync_service_harness.h"
|
| -#include "chrome/browser/sync/test/live_sync/sync_datatype_helper.h"
|
| +#include "chrome/browser/sync/test/integration/sync_datatype_helper.h"
|
| #include "chrome/test/base/ui_test_utils.h"
|
| #include "content/browser/browser_thread.h"
|
|
|
|
|