| Index: components/sessions/core/serialized_navigation_entry_test_helper.cc
|
| diff --git a/components/sessions/serialized_navigation_entry_test_helper.cc b/components/sessions/core/serialized_navigation_entry_test_helper.cc
|
| similarity index 97%
|
| rename from components/sessions/serialized_navigation_entry_test_helper.cc
|
| rename to components/sessions/core/serialized_navigation_entry_test_helper.cc
|
| index 708346bed2d28876f629adfb4547e77e45ece5b3..6d41e8aa93f21ab19688a04ab5577fbf58d3e3be 100644
|
| --- a/components/sessions/serialized_navigation_entry_test_helper.cc
|
| +++ b/components/sessions/core/serialized_navigation_entry_test_helper.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/sessions/serialized_navigation_entry_test_helper.h"
|
| +#include "components/sessions/core/serialized_navigation_entry_test_helper.h"
|
|
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/time/time.h"
|
| -#include "components/sessions/serialized_navigation_entry.h"
|
| +#include "components/sessions/core/serialized_navigation_entry.h"
|
| #include "sync/util/time.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "url/gurl.h"
|
|
|