| Index: components/sessions/core/serialized_navigation_entry.cc
|
| diff --git a/components/sessions/core/serialized_navigation_entry.cc b/components/sessions/core/serialized_navigation_entry.cc
|
| index 4d3a9f6e94246b380f7c395cf02a0d422a3201ba..2521786de04486e029fd9cd05e7605f3660cc12d 100644
|
| --- a/components/sessions/core/serialized_navigation_entry.cc
|
| +++ b/components/sessions/core/serialized_navigation_entry.cc
|
| @@ -9,8 +9,8 @@
|
| #include "base/pickle.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "components/sessions/core/serialized_navigation_driver.h"
|
| -#include "sync/protocol/session_specifics.pb.h"
|
| -#include "sync/util/time.h"
|
| +#include "components/sync/base/time.h"
|
| +#include "components/sync/protocol/session_specifics.pb.h"
|
|
|
| namespace sessions {
|
|
|
|
|