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

Unified Diff: chrome/browser/ui/webui/profile_helper.h

Issue 1716163005: MD user manager (C++ for create profile flow) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed comments Created 4 years, 10 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/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 69%
rename from chrome/browser/ui/webui/options/options_handlers_helper.h
rename to chrome/browser/ui/webui/profile_helper.h
index 9eca89e045fe3162adc8181b1e36f797ace2542f..17dd405631705e6241e4f2a3a40b94944f4f618e 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,7 +13,7 @@ namespace content {
class WebUI;
}
-namespace options {
+namespace profiles {
Dan Beam 2016/02/29 20:25:32 nit: i don't really get the "helper" namespace (in
Moe 2016/03/01 18:29:53 Done.
namespace helper {
void OpenNewWindowForProfile(Profile* profile, Profile::CreateStatus status);
@@ -22,8 +22,8 @@ void OpenNewWindowForProfile(Profile* profile, Profile::CreateStatus status);
void DeleteProfileAtPath(base::FilePath file_path, content::WebUI* web_ui);
} // namespace helper
-} // namespace options
+} // namespace signin
Dan Beam 2016/02/29 20:25:33 nit: signin -> profiles
Moe 2016/03/01 18:29:53 Done.
-#endif // CHROME_BROWSER_UI_WEBUI_OPTIONS_OPTIONS_HANDLERS_HELPER_H_
+#endif // CHROME_BROWSER_UI_WEBUI_PROFILE_HELPER_H_

Powered by Google App Engine
This is Rietveld 408576698