| Index: chrome/browser/ui/webui/uber/uber_ui.cc
|
| diff --git a/chrome/browser/ui/webui/uber/uber_ui.cc b/chrome/browser/ui/webui/uber/uber_ui.cc
|
| index 940c6ff4d87f269f7ea828a94a1c073556e031b5..85031123c0fc361d61c3f48fbf13810256d82a6d 100644
|
| --- a/chrome/browser/ui/webui/uber/uber_ui.cc
|
| +++ b/chrome/browser/ui/webui/uber/uber_ui.cc
|
| @@ -7,7 +7,7 @@
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/ui/webui/chrome_url_data_manager.h"
|
| #include "chrome/browser/ui/webui/chrome_web_ui_data_source.h"
|
| -#include "chrome/browser/ui/webui/options2/options_ui.h"
|
| +#include "chrome/browser/ui/webui/options/options_ui.h"
|
| #include "chrome/common/url_constants.h"
|
| #include "content/browser/tab_contents/tab_contents.h"
|
| #include "grit/browser_resources.h"
|
| @@ -30,7 +30,7 @@ UberUI::UberUI(TabContents* contents) : ChromeWebUI(contents) {
|
| Profile* profile = Profile::FromBrowserContext(contents->browser_context());
|
| profile->GetChromeURLDataManager()->AddDataSource(CreateUberHTMLSource());
|
|
|
| - ChromeWebUI* options = new Options2UI(contents);
|
| + ChromeWebUI* options = new OptionsUI(contents);
|
| options->set_frame_xpath("//iframe[@id='settings']");
|
| sub_uis_.push_back(options);
|
| }
|
|
|