| Index: components/sync_driver/revisit/offset_tab_matcher_unittest.cc
|
| diff --git a/components/sync_driver/revisit/offset_tab_matcher_unittest.cc b/components/sync_driver/revisit/offset_tab_matcher_unittest.cc
|
| index 79ac29ea3db16c1e4b715a30971704da6fa8991f..bcfe2bb6fdea0ad9c561830a0613019c0b685673 100644
|
| --- a/components/sync_driver/revisit/offset_tab_matcher_unittest.cc
|
| +++ b/components/sync_driver/revisit/offset_tab_matcher_unittest.cc
|
| @@ -7,9 +7,9 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/test/histogram_tester.h"
|
| #include "base/time/time.h"
|
| -#include "components/sessions/serialized_navigation_entry.h"
|
| -#include "components/sessions/serialized_navigation_entry_test_helper.h"
|
| -#include "components/sessions/session_types.h"
|
| +#include "components/sessions/core/serialized_navigation_entry.h"
|
| +#include "components/sessions/core/serialized_navigation_entry_test_helper.h"
|
| +#include "components/sessions/core/session_types.h"
|
| #include "components/sync_driver/revisit/page_equality.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "url/gurl.h"
|
|
|