summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profile.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/profile.cc')
-rw-r--r--chrome/browser/profile.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/profile.cc b/chrome/browser/profile.cc
index 6c3a928..bd0c5c8 100644
--- a/chrome/browser/profile.cc
+++ b/chrome/browser/profile.cc
@@ -335,7 +335,7 @@ class OffTheRecordProfileImpl : public Profile,
profile_->InitThemes();
}
- virtual void SetTheme(Extension* extension) {
+ virtual void SetTheme(const Extension* extension) {
profile_->SetTheme(extension);
}
@@ -347,7 +347,7 @@ class OffTheRecordProfileImpl : public Profile,
profile_->ClearTheme();
}
- virtual Extension* GetTheme() {
+ virtual const Extension* GetTheme() {
return profile_->GetTheme();
}