| Index: chrome/browser/sync/test/integration/extensions_helper.h
|
| diff --git a/chrome/browser/sync/test/live_sync/extensions_helper.h b/chrome/browser/sync/test/integration/extensions_helper.h
|
| similarity index 90%
|
| rename from chrome/browser/sync/test/live_sync/extensions_helper.h
|
| rename to chrome/browser/sync/test/integration/extensions_helper.h
|
| index 7103bca292238069c033f4bf55ce70e98202ad68..25fe367fcc1ae48dd5c82f0cc5a584e88ccedcf1 100644
|
| --- a/chrome/browser/sync/test/live_sync/extensions_helper.h
|
| +++ b/chrome/browser/sync/test/integration/extensions_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_EXTENSIONS_HELPER_H_
|
| -#define CHROME_BROWSER_SYNC_TEST_LIVE_SYNC_EXTENSIONS_HELPER_H_
|
| +#ifndef CHROME_BROWSER_SYNC_TEST_INTEGRATION_EXTENSIONS_HELPER_H_
|
| +#define CHROME_BROWSER_SYNC_TEST_INTEGRATION_EXTENSIONS_HELPER_H_
|
| #pragma once
|
|
|
| #include <string>
|
| @@ -11,7 +11,7 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| -#include "chrome/browser/sync/test/live_sync/live_sync_test.h"
|
| +#include "chrome/browser/sync/test/integration/sync_test.h"
|
|
|
| class Profile;
|
|
|
| @@ -70,4 +70,4 @@ bool ExtensionNameToIndex(const std::string& name, int* index);
|
|
|
| } // namespace extensions_helper
|
|
|
| -#endif // CHROME_BROWSER_SYNC_TEST_LIVE_SYNC_EXTENSIONS_HELPER_H_
|
| +#endif // CHROME_BROWSER_SYNC_TEST_INTEGRATION_EXTENSIONS_HELPER_H_
|
|
|