Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: components/sync/engine_impl/sync_encryption_handler_impl.h

Issue 2413313004: [Sync] Move the last things out of core/. (Closed)
Patch Set: Address comments. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/sync/engine_impl/sync_encryption_handler_impl.h
diff --git a/components/sync/core_impl/sync_encryption_handler_impl.h b/components/sync/engine_impl/sync_encryption_handler_impl.h
similarity index 98%
rename from components/sync/core_impl/sync_encryption_handler_impl.h
rename to components/sync/engine_impl/sync_encryption_handler_impl.h
index 1ea81a6401cf73acd05e92d0f4077a90037813ca..cb0f74bed0ed3d6432112096d63420da3c6b5da7 100644
--- a/components/sync/core_impl/sync_encryption_handler_impl.h
+++ b/components/sync/engine_impl/sync_encryption_handler_impl.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_SYNC_CORE_IMPL_SYNC_ENCRYPTION_HANDLER_IMPL_H_
-#define COMPONENTS_SYNC_CORE_IMPL_SYNC_ENCRYPTION_HANDLER_IMPL_H_
+#ifndef COMPONENTS_SYNC_ENGINE_IMPL_SYNC_ENCRYPTION_HANDLER_IMPL_H_
+#define COMPONENTS_SYNC_ENGINE_IMPL_SYNC_ENCRYPTION_HANDLER_IMPL_H_
#include <string>
#include <vector>
@@ -16,7 +16,7 @@
#include "base/threading/thread_checker.h"
#include "base/time/time.h"
#include "components/sync/base/cryptographer.h"
-#include "components/sync/core/sync_encryption_handler.h"
+#include "components/sync/engine/sync_encryption_handler.h"
#include "components/sync/syncable/nigori_handler.h"
namespace syncer {
@@ -320,4 +320,4 @@ class SyncEncryptionHandlerImpl : public SyncEncryptionHandler,
} // namespace syncer
-#endif // COMPONENTS_SYNC_CORE_IMPL_SYNC_ENCRYPTION_HANDLER_IMPL_H_
+#endif // COMPONENTS_SYNC_ENGINE_IMPL_SYNC_ENCRYPTION_HANDLER_IMPL_H_

Powered by Google App Engine
This is Rietveld 408576698