Index: chrome/browser/sync/test/integration/apps_helper.h |
diff --git a/chrome/browser/sync/test/live_sync/apps_helper.h b/chrome/browser/sync/test/integration/apps_helper.h |
similarity index 85% |
rename from chrome/browser/sync/test/live_sync/apps_helper.h |
rename to chrome/browser/sync/test/integration/apps_helper.h |
index e1a1ca21fbe03b8026c376984a481ae8c0622a28..325d0d72e1e6a16d75fbf5180e9f62e82821f948 100644 |
--- a/chrome/browser/sync/test/live_sync/apps_helper.h |
+++ b/chrome/browser/sync/test/integration/apps_helper.h |
@@ -2,13 +2,13 @@ |
// 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_APPS_HELPER_H_ |
-#define CHROME_BROWSER_SYNC_TEST_LIVE_SYNC_APPS_HELPER_H_ |
+#ifndef CHROME_BROWSER_SYNC_TEST_INTEGRATION_APPS_HELPER_H_ |
+#define CHROME_BROWSER_SYNC_TEST_INTEGRATION_APPS_HELPER_H_ |
#pragma once |
#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; |
@@ -45,4 +45,4 @@ void IncognitoDisableApp(Profile* profile, int index); |
} // namespace apps_helper |
-#endif // CHROME_BROWSER_SYNC_TEST_LIVE_SYNC_APPS_HELPER_H_ |
+#endif // CHROME_BROWSER_SYNC_TEST_INTEGRATION_APPS_HELPER_H_ |