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

Unified Diff: components/browser_sync/browser/abstract_profile_sync_service_test.h

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 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/browser_sync/browser/abstract_profile_sync_service_test.h
diff --git a/components/browser_sync/browser/abstract_profile_sync_service_test.h b/components/browser_sync/browser/abstract_profile_sync_service_test.h
index adce5e9bf28c9e27837aafac940b1beda7664e7d..bf697832b7c7ca2ea1c1992ffdfdbe050a069de0 100644
--- a/components/browser_sync/browser/abstract_profile_sync_service_test.h
+++ b/components/browser_sync/browser/abstract_profile_sync_service_test.h
@@ -15,8 +15,8 @@
#include "base/macros.h"
#include "base/test/test_message_loop.h"
#include "components/browser_sync/browser/profile_sync_test_util.h"
-#include "sync/internal_api/public/base/model_type.h"
-#include "sync/internal_api/public/change_record.h"
+#include "components/sync/base/model_type.h"
+#include "components/sync/core/change_record.h"
#include "testing/gtest/include/gtest/gtest.h"
class TestProfileSyncService;
« no previous file with comments | « components/browser_sync/browser/DEPS ('k') | components/browser_sync/browser/abstract_profile_sync_service_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698