| 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_
|
|
|