| Index: chrome/browser/sync/test/integration/passwords_helper.h
|
| diff --git a/chrome/browser/sync/test/live_sync/passwords_helper.h b/chrome/browser/sync/test/integration/passwords_helper.h
|
| similarity index 91%
|
| rename from chrome/browser/sync/test/live_sync/passwords_helper.h
|
| rename to chrome/browser/sync/test/integration/passwords_helper.h
|
| index 783808cf8473565d7f7f9db521e850a57f7cff56..197b7a07b2dd434d159434bc395e58843d702dca 100644
|
| --- a/chrome/browser/sync/test/live_sync/passwords_helper.h
|
| +++ b/chrome/browser/sync/test/integration/passwords_helper.h
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_SYNC_TEST_LIVE_SYNC_PASSWORDS_HELPER_H_
|
| -#define CHROME_BROWSER_SYNC_TEST_LIVE_SYNC_PASSWORDS_HELPER_H_
|
| +#ifndef CHROME_BROWSER_SYNC_TEST_INTEGRATION_PASSWORDS_HELPER_H_
|
| +#define CHROME_BROWSER_SYNC_TEST_INTEGRATION_PASSWORDS_HELPER_H_
|
| #pragma once
|
|
|
| #include <vector>
|
|
|
| #include "base/time.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| -#include "chrome/browser/sync/test/live_sync/live_sync_test.h"
|
| +#include "chrome/browser/sync/test/integration/sync_test.h"
|
| #include "webkit/glue/password_form.h"
|
|
|
| class PasswordStore;
|
| @@ -77,4 +77,4 @@ webkit_glue::PasswordForm CreateTestPasswordForm(int index);
|
|
|
| } // namespace passwords_helper
|
|
|
| -#endif // CHROME_BROWSER_SYNC_TEST_LIVE_SYNC_PASSWORDS_HELPER_H_
|
| +#endif // CHROME_BROWSER_SYNC_TEST_INTEGRATION_PASSWORDS_HELPER_H_
|
|
|