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

Unified Diff: components/sync/model/simple_metadata_change_list.cc

Issue 2416823003: [Sync] Move some things from core/ to model(_impl)/. (Closed)
Patch Set: Rebase. 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/model/simple_metadata_change_list.cc
diff --git a/components/sync/core/simple_metadata_change_list.cc b/components/sync/model/simple_metadata_change_list.cc
similarity index 97%
rename from components/sync/core/simple_metadata_change_list.cc
rename to components/sync/model/simple_metadata_change_list.cc
index a4ac0ab76d5287424777df0d8b676892102e8c7f..e8f563d21e1a67e064934885a054a51d00b3043d 100644
--- a/components/sync/core/simple_metadata_change_list.cc
+++ b/components/sync/model/simple_metadata_change_list.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/sync/core/simple_metadata_change_list.h"
+#include "components/sync/model/simple_metadata_change_list.h"
namespace syncer {
« no previous file with comments | « components/sync/model/simple_metadata_change_list.h ('k') | components/sync/model/simple_metadata_change_list_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698