| Index: chrome/browser/ui/webui/options2/manage_profile_handler.h
|
| diff --git a/chrome/browser/ui/webui/options2/manage_profile_handler.h b/chrome/browser/ui/webui/options2/manage_profile_handler.h
|
| index 4a229416fe4aaa60499c910ccf1b7799fea9657a..7e59fe882dcbe18d35729712cf65aab1fd92d3b9 100644
|
| --- a/chrome/browser/ui/webui/options2/manage_profile_handler.h
|
| +++ b/chrome/browser/ui/webui/options2/manage_profile_handler.h
|
| @@ -11,7 +11,7 @@ namespace base {
|
| class StringValue;
|
| }
|
|
|
| -namespace options2 {
|
| +namespace options {
|
|
|
| // Chrome personal stuff profiles manage overlay UI handler.
|
| class ManageProfileHandler : public OptionsPageUIHandler {
|
| @@ -76,6 +76,6 @@ class ManageProfileHandler : public OptionsPageUIHandler {
|
| DISALLOW_COPY_AND_ASSIGN(ManageProfileHandler);
|
| };
|
|
|
| -} // namespace options2
|
| +} // namespace options
|
|
|
| #endif // CHROME_BROWSER_UI_WEBUI_OPTIONS2_MANAGE_PROFILE_HANDLER_H_
|
|
|