| Index: chrome/browser/ui/webui/profile_helper.h
|
| diff --git a/chrome/browser/ui/webui/options/options_handlers_helper.h b/chrome/browser/ui/webui/profile_helper.h
|
| similarity index 64%
|
| rename from chrome/browser/ui/webui/options/options_handlers_helper.h
|
| rename to chrome/browser/ui/webui/profile_helper.h
|
| index 9eca89e045fe3162adc8181b1e36f797ace2542f..b0b3835b5104f3922f1d967b27fa150122846bcb 100644
|
| --- a/chrome/browser/ui/webui/options/options_handlers_helper.h
|
| +++ b/chrome/browser/ui/webui/profile_helper.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_UI_WEBUI_OPTIONS_OPTIONS_HANDLERS_HELPER_H_
|
| -#define CHROME_BROWSER_UI_WEBUI_OPTIONS_OPTIONS_HANDLERS_HELPER_H_
|
| +#ifndef CHROME_BROWSER_UI_WEBUI_PROFILE_HELPER_H_
|
| +#define CHROME_BROWSER_UI_WEBUI_PROFILE_HELPER_H_
|
|
|
| #include "base/files/file_path.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| @@ -13,17 +13,15 @@ namespace content {
|
| class WebUI;
|
| }
|
|
|
| -namespace options {
|
| -namespace helper {
|
| +namespace webui {
|
|
|
| void OpenNewWindowForProfile(Profile* profile, Profile::CreateStatus status);
|
|
|
| // Deletes the profile at the given |file_path|.
|
| void DeleteProfileAtPath(base::FilePath file_path, content::WebUI* web_ui);
|
|
|
| -} // namespace helper
|
| -} // namespace options
|
| +} // namespace webui
|
|
|
|
|
|
|
| -#endif // CHROME_BROWSER_UI_WEBUI_OPTIONS_OPTIONS_HANDLERS_HELPER_H_
|
| +#endif // CHROME_BROWSER_UI_WEBUI_PROFILE_HELPER_H_
|
|
|