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

Unified Diff: components/browser_sync/browser/profile_sync_service.cc

Issue 2279753003: Move definition of PasswordType enum to a separate header. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@passphrase-type-enum-class
Patch Set: D2279753003 Created 4 years, 4 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
« no previous file with comments | « chrome/browser/ui/webui/settings/people_handler.cc ('k') | components/sync/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browser_sync/browser/profile_sync_service.cc
diff --git a/components/browser_sync/browser/profile_sync_service.cc b/components/browser_sync/browser/profile_sync_service.cc
index 41d0c5cb9bba52f7a45f8a236f8527eef86aa8fc..675a7cb75568bd3ce409e75a596822e56f78c6d0 100644
--- a/components/browser_sync/browser/profile_sync_service.cc
+++ b/components/browser_sync/browser/profile_sync_service.cc
@@ -47,6 +47,7 @@
#include "components/sync/api/sync_error.h"
#include "components/sync/base/cryptographer.h"
#include "components/sync/base/experiments.h"
+#include "components/sync/base/passphrase_type.h"
#include "components/sync/base/stop_source.h"
#include "components/sync/base/sync_db_util.h"
#include "components/sync/core/configure_reason.h"
« no previous file with comments | « chrome/browser/ui/webui/settings/people_handler.cc ('k') | components/sync/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698