Index: chrome/browser/ui/webui/ntp/new_tab_ui.h |
diff --git a/chrome/browser/ui/webui/ntp/new_tab_ui.h b/chrome/browser/ui/webui/ntp/new_tab_ui.h |
index 859bd64f735409e0c92506ee894c54b9c201a90a..278f349a858508bb6f83a6fe796f6269d1b702f4 100644 |
--- a/chrome/browser/ui/webui/ntp/new_tab_ui.h |
+++ b/chrome/browser/ui/webui/ntp/new_tab_ui.h |
@@ -70,7 +70,7 @@ class NewTabUI : public content::WebUIController, |
virtual std::string GetSource() OVERRIDE; |
virtual void StartDataRequest( |
const std::string& path, |
- bool is_incognito, |
+ const content::URLDataSource::ExtraRequestInfo& info, |
const content::URLDataSource::GotDataCallback& callback) OVERRIDE; |
virtual std::string GetMimeType(const std::string&) const OVERRIDE; |
virtual bool ShouldReplaceExistingSource() const OVERRIDE; |