| Index: components/sync/base/cryptographer_unittest.cc
|
| diff --git a/sync/util/cryptographer_unittest.cc b/components/sync/base/cryptographer_unittest.cc
|
| similarity index 98%
|
| rename from sync/util/cryptographer_unittest.cc
|
| rename to components/sync/base/cryptographer_unittest.cc
|
| index bfe18f1b8025021f9a7fc396610f4d592737ef96..4f6e30b266d646d2942bfe4fb5197c7002353f3f 100644
|
| --- a/sync/util/cryptographer_unittest.cc
|
| +++ b/components/sync/base/cryptographer_unittest.cc
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "sync/util/cryptographer.h"
|
| +#include "components/sync/base/cryptographer.h"
|
|
|
| #include <string>
|
|
|
| #include "base/strings/string_util.h"
|
| -#include "sync/protocol/password_specifics.pb.h"
|
| -#include "sync/test/fake_encryptor.h"
|
| +#include "components/sync/protocol/password_specifics.pb.h"
|
| +#include "components/sync/test/fake_encryptor.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|