summaryrefslogtreecommitdiffstats
path: root/chrome/browser/image_decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/image_decoder.h')
-rw-r--r--chrome/browser/image_decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/image_decoder.h b/chrome/browser/image_decoder.h
index 9e0b3ed..13d903d 100644
--- a/chrome/browser/image_decoder.h
+++ b/chrome/browser/image_decoder.h
@@ -150,7 +150,7 @@ class ImageDecoder : public content::UtilityProcessHostClient {
// Calls StopBatchMode() after |kBatchModeTimeoutSeconds| have elapsed,
// unless a new decoding request resets the timer.
- scoped_ptr<base::DelayTimer<ImageDecoder>> batch_mode_timer_;
+ scoped_ptr<base::DelayTimer> batch_mode_timer_;
DISALLOW_COPY_AND_ASSIGN(ImageDecoder);
};