| Index: sync/util/cryptographer_unittest.cc
|
| diff --git a/chrome/browser/sync/util/cryptographer_unittest.cc b/sync/util/cryptographer_unittest.cc
|
| similarity index 98%
|
| rename from chrome/browser/sync/util/cryptographer_unittest.cc
|
| rename to sync/util/cryptographer_unittest.cc
|
| index 99e676d3e3631b2ec6e102a1cf70f42009e80e90..dc38e0f6f3da156c6a343738fc817e26977a9246 100644
|
| --- a/chrome/browser/sync/util/cryptographer_unittest.cc
|
| +++ b/sync/util/cryptographer_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/util/cryptographer.h"
|
| +#include "sync/util/cryptographer.h"
|
|
|
| #include <string>
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/string_util.h"
|
| -#include "chrome/browser/sync/syncable/model_type_test_util.h"
|
| -#include "chrome/browser/sync/test/fake_encryptor.h"
|
| +#include "sync/syncable/model_type_test_util.h"
|
| +#include "sync/test/fake_encryptor.h"
|
| #include "sync/protocol/nigori_specifics.pb.h"
|
| #include "sync/protocol/password_specifics.pb.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
|
|