Index: chrome/browser/sync/test/integration/single_client_sessions_sync_test.cc |
diff --git a/chrome/browser/sync/test/integration/single_client_sessions_sync_test.cc b/chrome/browser/sync/test/integration/single_client_sessions_sync_test.cc |
index 22f295f64cf2e26187404cf80c7d4af8b5e6c877..1349fd4eb8387b3153415a2884ceab42d082570c 100644 |
--- a/chrome/browser/sync/test/integration/single_client_sessions_sync_test.cc |
+++ b/chrome/browser/sync/test/integration/single_client_sessions_sync_test.cc |
@@ -3,7 +3,6 @@ |
// found in the LICENSE file. |
#include "base/memory/scoped_vector.h" |
-#include "chrome/browser/history/history_types.h" |
#include "chrome/browser/sessions/session_service.h" |
#include "chrome/browser/sessions/session_types.h" |
#include "chrome/browser/sync/profile_sync_service.h" |
@@ -11,6 +10,7 @@ |
#include "chrome/browser/sync/test/integration/sync_integration_test_util.h" |
#include "chrome/browser/sync/test/integration/sync_test.h" |
#include "chrome/browser/sync/test/integration/typed_urls_helper.h" |
+#include "components/history/core/browser/history_types.h" |
#include "sync/util/time.h" |
using sessions_helper::CheckInitialState; |