| Index: sync/syncable/syncable_id_unittest.cc
|
| diff --git a/chrome/browser/sync/syncable/syncable_id_unittest.cc b/sync/syncable/syncable_id_unittest.cc
|
| similarity index 96%
|
| rename from chrome/browser/sync/syncable/syncable_id_unittest.cc
|
| rename to sync/syncable/syncable_id_unittest.cc
|
| index 034919572d60159c8afaa724ec0e168c13fe6b4a..67524b370d5edf11f546f710ced14a2fbe37c897 100644
|
| --- a/chrome/browser/sync/syncable/syncable_id_unittest.cc
|
| +++ b/sync/syncable/syncable_id_unittest.cc
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/sync/syncable/syncable_id.h"
|
| +#include "sync/syncable/syncable_id.h"
|
|
|
| #include <vector>
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/test/values_test_util.h"
|
| #include "base/values.h"
|
| -#include "chrome/browser/sync/test/engine/test_id_factory.h"
|
| +#include "sync/test/engine/test_id_factory.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| using std::vector;
|
|
|