summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/about_chrome_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/about_chrome_view.h')
-rw-r--r--chrome/browser/views/about_chrome_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/views/about_chrome_view.h b/chrome/browser/views/about_chrome_view.h
index 2b9536f..7ef9608 100644
--- a/chrome/browser/views/about_chrome_view.h
+++ b/chrome/browser/views/about_chrome_view.h
@@ -93,7 +93,7 @@ class AboutChromeView : public ChromeViews::View,
// The class that communicates with Google Update to find out if an update is
// available and asks it to start an upgrade.
- GoogleUpdate* google_updater_;
+ scoped_refptr<GoogleUpdate> google_updater_;
// Our current version.
std::wstring current_version_;