| Index: sync/test/fake_encryptor.h
|
| diff --git a/chrome/browser/sync/test/fake_encryptor.h b/sync/test/fake_encryptor.h
|
| similarity index 78%
|
| rename from chrome/browser/sync/test/fake_encryptor.h
|
| rename to sync/test/fake_encryptor.h
|
| index d08d7d84533ec96103ac88d42ae6aeb814d69cde..7e2106119bc57d8083f78b26d3682c4fa8f019a8 100644
|
| --- a/chrome/browser/sync/test/fake_encryptor.h
|
| +++ b/sync/test/fake_encryptor.h
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_SYNC_TEST_FAKE_ENCRYPTOR_H_
|
| -#define CHROME_BROWSER_SYNC_TEST_FAKE_ENCRYPTOR_H_
|
| +#ifndef SYNC_TEST_FAKE_ENCRYPTOR_H_
|
| +#define SYNC_TEST_FAKE_ENCRYPTOR_H_
|
| #pragma once
|
|
|
| #include "base/compiler_specific.h"
|
| -#include "chrome/browser/sync/util/encryptor.h"
|
| +#include "sync/util/encryptor.h"
|
|
|
| namespace browser_sync {
|
|
|
| @@ -26,4 +26,4 @@ class FakeEncryptor : public Encryptor {
|
|
|
| } // namespace browser_sync
|
|
|
| -#endif // CHROME_BROWSER_SYNC_TEST_FAKE_ENCRYPTOR_H_
|
| +#endif // SYNC_TEST_FAKE_ENCRYPTOR_H_
|
|
|