| Index: chrome/browser/sync/glue/synced_session_tracker_unittest.cc
|
| diff --git a/chrome/browser/sync/glue/synced_session_tracker_unittest.cc b/chrome/browser/sync/glue/synced_session_tracker_unittest.cc
|
| index 9fc3ae856ec8582b88cca173648f813e4a3eb3a0..2dbb65bdec379cc5f8d4f33ccd2c7ed8df6af3e2 100644
|
| --- a/chrome/browser/sync/glue/synced_session_tracker_unittest.cc
|
| +++ b/chrome/browser/sync/glue/synced_session_tracker_unittest.cc
|
| @@ -10,8 +10,8 @@
|
| #include "base/strings/stringprintf.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "chrome/browser/sync/glue/synced_session_tracker.h"
|
| -#include "components/sessions/serialized_navigation_entry_test_helper.h"
|
| -#include "components/sessions/session_types.h"
|
| +#include "components/sessions/core/serialized_navigation_entry_test_helper.h"
|
| +#include "components/sessions/core/session_types.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace browser_sync {
|
|
|