| Index: components/sync/syncable/directory_backing_store_unittest.cc
|
| diff --git a/sync/syncable/directory_backing_store_unittest.cc b/components/sync/syncable/directory_backing_store_unittest.cc
|
| similarity index 99%
|
| rename from sync/syncable/directory_backing_store_unittest.cc
|
| rename to components/sync/syncable/directory_backing_store_unittest.cc
|
| index ed4d375b1bc394b875cccf9c1194d1259ea1dba8..21c3ebdccaf1ea3ab22ac79fd905a976ce090664 100644
|
| --- a/sync/syncable/directory_backing_store_unittest.cc
|
| +++ b/components/sync/syncable/directory_backing_store_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 "sync/syncable/directory_backing_store.h"
|
| +#include "components/sync/syncable/directory_backing_store.h"
|
|
|
| #include <stddef.h>
|
| #include <stdint.h>
|
| @@ -19,19 +19,19 @@
|
| #include "base/strings/string_number_conversions.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "build/build_config.h"
|
| +#include "components/sync/base/node_ordinal.h"
|
| +#include "components/sync/base/sync_export.h"
|
| +#include "components/sync/base/time.h"
|
| +#include "components/sync/protocol/bookmark_specifics.pb.h"
|
| +#include "components/sync/protocol/sync.pb.h"
|
| +#include "components/sync/syncable/directory.h"
|
| +#include "components/sync/syncable/on_disk_directory_backing_store.h"
|
| +#include "components/sync/syncable/syncable-inl.h"
|
| +#include "components/sync/test/directory_backing_store_corruption_testing.h"
|
| +#include "components/sync/test/test_directory_backing_store.h"
|
| #include "sql/connection.h"
|
| #include "sql/statement.h"
|
| #include "sql/test/test_helpers.h"
|
| -#include "sync/base/sync_export.h"
|
| -#include "sync/internal_api/public/base/node_ordinal.h"
|
| -#include "sync/protocol/bookmark_specifics.pb.h"
|
| -#include "sync/protocol/sync.pb.h"
|
| -#include "sync/syncable/directory.h"
|
| -#include "sync/syncable/on_disk_directory_backing_store.h"
|
| -#include "sync/syncable/syncable-inl.h"
|
| -#include "sync/test/directory_backing_store_corruption_testing.h"
|
| -#include "sync/test/test_directory_backing_store.h"
|
| -#include "sync/util/time.h"
|
| #include "testing/gtest/include/gtest/gtest-param-test.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|