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

Unified Diff: components/sync/core/simple_metadata_change_list_unittest.cc

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/sync/core/simple_metadata_change_list_unittest.cc
diff --git a/components/sync/core/simple_metadata_change_list_unittest.cc b/components/sync/core/simple_metadata_change_list_unittest.cc
index 9e73a5a1340c50b4c3b985ae3a9f3eb1e179ec39..585d2c4c0ee78417dd9fa9c79385288282c7bab7 100644
--- a/components/sync/core/simple_metadata_change_list_unittest.cc
+++ b/components/sync/core/simple_metadata_change_list_unittest.cc
@@ -8,7 +8,7 @@
#include "base/bind.h"
#include "base/run_loop.h"
-#include "components/sync/api/mock_model_type_store.h"
+#include "components/sync/model/mock_model_type_store.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace syncer {
« no previous file with comments | « components/sync/core/simple_metadata_change_list.h ('k') | components/sync/core/test/model_type_store_test_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698