| Index: components/sessions/core/session_types_unittest.cc
|
| diff --git a/components/sessions/session_types_unittest.cc b/components/sessions/core/session_types_unittest.cc
|
| similarity index 97%
|
| rename from components/sessions/session_types_unittest.cc
|
| rename to components/sessions/core/session_types_unittest.cc
|
| index 5c1a44cc1eccf1e1dbc9fb59bba2dc3ac8fcabb0..22b12be340f816959cdc9ebb8f3337e3bfa23f1e 100644
|
| --- a/components/sessions/session_types_unittest.cc
|
| +++ b/components/sessions/core/session_types_unittest.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/sessions/session_types.h"
|
| +#include "components/sessions/core/session_types.h"
|
|
|
| #include <cstddef>
|
| #include <string>
|
| @@ -11,7 +11,7 @@
|
| #include "base/strings/string_number_conversions.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/time/time.h"
|
| -#include "components/sessions/serialized_navigation_entry_test_helper.h"
|
| +#include "components/sessions/core/serialized_navigation_entry_test_helper.h"
|
| #include "sync/protocol/session_specifics.pb.h"
|
| #include "sync/util/time.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|