| Index: components/sessions/ios/ios_serialized_navigation_driver_unittest.cc
|
| diff --git a/components/sessions/ios/ios_serialized_navigation_driver_unittest.cc b/components/sessions/ios/ios_serialized_navigation_driver_unittest.cc
|
| index c9bde7f3989e755a5a2b8ed4708c626316c6af77..2370bb0c7c47af2c1d851753b675a1ed305a7c3d 100644
|
| --- a/components/sessions/ios/ios_serialized_navigation_driver_unittest.cc
|
| +++ b/components/sessions/ios/ios_serialized_navigation_driver_unittest.cc
|
| @@ -4,8 +4,8 @@
|
|
|
| #include "components/sessions/ios/ios_serialized_navigation_driver.h"
|
|
|
| -#include "components/sessions/serialized_navigation_entry.h"
|
| -#include "components/sessions/serialized_navigation_entry_test_helper.h"
|
| +#include "components/sessions/core/serialized_navigation_entry.h"
|
| +#include "components/sessions/core/serialized_navigation_entry_test_helper.h"
|
| #include "ios/web/public/referrer.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|