Index: chrome/browser/ui/webui/theme_source.h |
diff --git a/chrome/browser/ui/webui/theme_source.h b/chrome/browser/ui/webui/theme_source.h |
index 037bb83d9ec6c2b93190720463647f526afa3560..c3d8207600d82603c6047b9800a0c682af675d77 100644 |
--- a/chrome/browser/ui/webui/theme_source.h |
+++ b/chrome/browser/ui/webui/theme_source.h |
@@ -20,7 +20,7 @@ class ThemeSource : public ChromeURLDataManager::DataSource { |
// Called when the network layer has requested a resource underneath |
// the path we registered. |
virtual void StartDataRequest(const std::string& path, |
- bool is_off_the_record, |
+ bool is_incognito, |
int request_id); |
virtual std::string GetMimeType(const std::string& path) const; |