Index: chrome/browser/ui/webui/uber/uber_ui.cc |
=================================================================== |
--- chrome/browser/ui/webui/uber/uber_ui.cc (revision 114238) |
+++ chrome/browser/ui/webui/uber/uber_ui.cc (working copy) |
@@ -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 @@ |
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); |
} |