| Index: components/sync_driver/revisit/current_tab_matcher_unittest.cc
|
| diff --git a/components/sync_driver/revisit/current_tab_matcher_unittest.cc b/components/sync_driver/revisit/current_tab_matcher_unittest.cc
|
| index 8c245d978494db9d1772424988a30196f3f9d7fa..425a0e98260bce4f2a4ee9b109443cf4217ddfd7 100644
|
| --- a/components/sync_driver/revisit/current_tab_matcher_unittest.cc
|
| +++ b/components/sync_driver/revisit/current_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"
|
|
|