Chromium Code Reviews| Index: chrome/browser/ui/webui/options/password_manager_handler.cc |
| diff --git a/chrome/browser/ui/webui/options/password_manager_handler.cc b/chrome/browser/ui/webui/options/password_manager_handler.cc |
| index 239cc9291eb3ad13cc8fa97dd4b4571bda4e92c7..0a7ed865366b65fcfccfa84e8c76ec53e6930ad2 100644 |
| --- a/chrome/browser/ui/webui/options/password_manager_handler.cc |
| +++ b/chrome/browser/ui/webui/options/password_manager_handler.cc |
| @@ -13,16 +13,16 @@ |
| #include "base/values.h" |
| #include "chrome/browser/chrome_notification_types.h" |
| #include "chrome/browser/profiles/profile.h" |
| -#include "chrome/browser/sync/profile_sync_service.h" |
| #include "chrome/browser/sync/profile_sync_service_factory.h" |
| +#include "components/browser_sync/browser/profile_sync_service.h" |
| #if defined(OS_WIN) && defined(USE_ASH) |
| #include "chrome/browser/ui/ash/ash_util.h" |
| #endif |
| +#include <components/password_manager/core/browser/password_ui_utils.h> |
|
maxbogue
2015/11/05 20:40:39
Looks like this should just be quotes instead of b
blundell
2015/11/06 10:10:57
Nice catch. Done. (Also moved the conditional incl
|
| #include "chrome/common/pref_names.h" |
| #include "chrome/common/url_constants.h" |
| #include "chrome/grit/generated_resources.h" |
| #include "components/autofill/core/common/password_form.h" |
| -#include <components/password_manager/core/browser/password_ui_utils.h> |
| #include "components/password_manager/core/browser/password_bubble_experiment.h" |
| #include "components/password_manager/core/common/experiments.h" |
| #include "components/url_formatter/url_formatter.h" |