diff options
Diffstat (limited to 'chrome_frame/metrics_service.cc')
-rw-r--r-- | chrome_frame/metrics_service.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/metrics_service.cc b/chrome_frame/metrics_service.cc index b49e52d..461862f 100644 --- a/chrome_frame/metrics_service.cc +++ b/chrome_frame/metrics_service.cc @@ -210,7 +210,7 @@ class ChromeFrameUploadRequestContextGetter : public URLRequestContextGetter { return context_; } - virtual scoped_refptr<base::MessageLoopProxy> GetIOMessageLoopProxy() const { + virtual scoped_refptr<base::MessageLoopProxy> GetIOMessageLoopProxy() { if (!io_message_loop_proxy_.get()) { io_message_loop_proxy_ = base::MessageLoopProxy::CreateForCurrentThread(); } |