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

Unified Diff: chrome/browser/ui/passwords/manage_passwords_view_utils_desktop.h

Issue 2376123003: [Sync] Move //components/sync to the syncer namespace. (Closed)
Patch Set: Rebase. Created 4 years, 3 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: chrome/browser/ui/passwords/manage_passwords_view_utils_desktop.h
diff --git a/chrome/browser/ui/passwords/manage_passwords_view_utils_desktop.h b/chrome/browser/ui/passwords/manage_passwords_view_utils_desktop.h
index b40249bc3bdf08c66b5e8bfd67d835aee9fa98a2..aa4ff0b5319ca7cd6a0da24ce299693537d9309d 100644
--- a/chrome/browser/ui/passwords/manage_passwords_view_utils_desktop.h
+++ b/chrome/browser/ui/passwords/manage_passwords_view_utils_desktop.h
@@ -7,13 +7,12 @@
#include "base/strings/string16.h"
-namespace sync_driver {
+namespace syncer {
class SyncService;
}
// Returns the id of a string which should be displayed as a description for the
// password manager setting.
-int GetPasswordManagerSettingsStringId(
- const sync_driver::SyncService* sync_service);
+int GetPasswordManagerSettingsStringId(const syncer::SyncService* sync_service);
#endif // CHROME_BROWSER_UI_PASSWORDS_MANAGE_PASSWORDS_VIEW_UTILS_DESKTOP_H_

Powered by Google App Engine
This is Rietveld 408576698