| Index: chrome/browser/ui/webui/options/browser_options_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/browser_options_handler.cc b/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| index 04d0fae50087fe068362b418b5b6f0e0d94d1f98..fd1c5a748c7b7ef996d42d11230ec8b8f3ded5b1 100644
|
| --- a/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| @@ -60,7 +60,7 @@
|
| #include "chrome/browser/ui/host_desktop.h"
|
| #include "chrome/browser/ui/passwords/manage_passwords_view_utils_desktop.h"
|
| #include "chrome/browser/ui/webui/favicon_source.h"
|
| -#include "chrome/browser/ui/webui/options/options_handlers_helper.h"
|
| +#include "chrome/browser/ui/webui/profile_helper.h"
|
| #include "chrome/common/chrome_constants.h"
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/chrome_switches.h"
|
| @@ -1353,7 +1353,7 @@ void BrowserOptionsHandler::DeleteProfile(const base::ListValue* args) {
|
| return;
|
| }
|
|
|
| - helper::DeleteProfileAtPath(file_path, web_ui());
|
| + profiles::helper::DeleteProfileAtPath(file_path, web_ui());
|
| }
|
|
|
| void BrowserOptionsHandler::ObserveThemeChanged() {
|
|
|