Index: chrome/browser/sync/test/integration/themes_helper.h |
diff --git a/chrome/browser/sync/test/live_sync/themes_helper.h b/chrome/browser/sync/test/integration/themes_helper.h |
similarity index 86% |
rename from chrome/browser/sync/test/live_sync/themes_helper.h |
rename to chrome/browser/sync/test/integration/themes_helper.h |
index 6e28d1a1cd39a4c41fcab07c6780a7caa63a7fbe..025b2abd1abbd9e51a2539aa036465700b87c194 100644 |
--- a/chrome/browser/sync/test/live_sync/themes_helper.h |
+++ b/chrome/browser/sync/test/integration/themes_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_THEMES_HELPER_H_ |
-#define CHROME_BROWSER_SYNC_TEST_LIVE_SYNC_THEMES_HELPER_H_ |
+#ifndef CHROME_BROWSER_SYNC_TEST_INTEGRATION_THEMES_HELPER_H_ |
+#define CHROME_BROWSER_SYNC_TEST_INTEGRATION_THEMES_HELPER_H_ |
#pragma once |
#include <string> |
#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; |
@@ -52,4 +52,4 @@ void UseNativeTheme(Profile* profile); |
} // namespace themes_helper |
-#endif // CHROME_BROWSER_SYNC_TEST_LIVE_SYNC_THEMES_HELPER_H_ |
+#endif // CHROME_BROWSER_SYNC_TEST_INTEGRATION_THEMES_HELPER_H_ |