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

Unified Diff: components/wifi_sync/wifi_credential_syncable_service.h

Issue 2148293004: [Sync] //components/sync external changes [DO NOT SUBMIT] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sc-1
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/wifi_sync/wifi_credential_syncable_service.h
diff --git a/components/wifi_sync/wifi_credential_syncable_service.h b/components/wifi_sync/wifi_credential_syncable_service.h
index 3b5f938e93e175ca25baaff031563bbabf46c44a..1e413b06944c6bce4d08eccd6fd2cdf7c6e88f14 100644
--- a/components/wifi_sync/wifi_credential_syncable_service.h
+++ b/components/wifi_sync/wifi_credential_syncable_service.h
@@ -12,11 +12,11 @@
#include "base/macros.h"
#include "components/keyed_service/core/keyed_service.h"
+#include "components/sync/api/sync_change_processor.h"
+#include "components/sync/api/syncable_service.h"
#include "components/wifi_sync/wifi_config_delegate.h"
#include "components/wifi_sync/wifi_credential.h"
#include "components/wifi_sync/wifi_security_class.h"
-#include "sync/api/sync_change_processor.h"
-#include "sync/api/syncable_service.h"
namespace wifi_sync {

Powered by Google App Engine
This is Rietveld 408576698