| Index: chrome/browser/sync/test/integration/typed_urls_helper.h
|
| diff --git a/chrome/browser/sync/test/live_sync/typed_urls_helper.h b/chrome/browser/sync/test/integration/typed_urls_helper.h
|
| similarity index 88%
|
| rename from chrome/browser/sync/test/live_sync/typed_urls_helper.h
|
| rename to chrome/browser/sync/test/integration/typed_urls_helper.h
|
| index 5447f62bfc4c783a65c0d55be77a7c3dd44aefa1..b7923b172b225a9b742695ce35bd8fd18c1c5c9b 100644
|
| --- a/chrome/browser/sync/test/live_sync/typed_urls_helper.h
|
| +++ b/chrome/browser/sync/test/integration/typed_urls_helper.h
|
| @@ -2,8 +2,8 @@
|
| // 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_TYPED_URLS_HELPER_H_
|
| -#define CHROME_BROWSER_SYNC_TEST_LIVE_SYNC_TYPED_URLS_HELPER_H_
|
| +#ifndef CHROME_BROWSER_SYNC_TEST_INTEGRATION_TYPED_URLS_HELPER_H_
|
| +#define CHROME_BROWSER_SYNC_TEST_INTEGRATION_TYPED_URLS_HELPER_H_
|
| #pragma once
|
|
|
| #include <vector>
|
| @@ -48,4 +48,4 @@ base::Time GetTimestamp();
|
|
|
| } // namespace typed_urls_helper
|
|
|
| -#endif // CHROME_BROWSER_SYNC_TEST_LIVE_SYNC_TYPED_URLS_HELPER_H_
|
| +#endif // CHROME_BROWSER_SYNC_TEST_INTEGRATION_TYPED_URLS_HELPER_H_
|
|
|