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

Unified Diff: components/history/core/browser/delete_directive_handler.h

Issue 2401223002: [Sync] Renaming sync/api* to sync/model*. (Closed)
Patch Set: Missed a comment in a DEPS file, and rebasing. 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/history/core/browser/delete_directive_handler.h
diff --git a/components/history/core/browser/delete_directive_handler.h b/components/history/core/browser/delete_directive_handler.h
index 1c42948f33cab0be54165319a262577a423e22d9..1e18852c5ee822b747c1d21b96ffd29881f054dd 100644
--- a/components/history/core/browser/delete_directive_handler.h
+++ b/components/history/core/browser/delete_directive_handler.h
@@ -13,8 +13,8 @@
#include "base/memory/weak_ptr.h"
#include "base/task/cancelable_task_tracker.h"
#include "base/threading/thread_checker.h"
-#include "components/sync/api/sync_change_processor.h"
-#include "components/sync/api/sync_data.h"
+#include "components/sync/model/sync_change_processor.h"
+#include "components/sync/model/sync_data.h"
namespace sync_pb {
class HistoryDeleteDirectiveSpecifics;
« no previous file with comments | « components/history/core/browser/BUILD.gn ('k') | components/history/core/browser/delete_directive_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698