| Index: chrome_frame/metrics_service.cc
|
| diff --git a/chrome_frame/metrics_service.cc b/chrome_frame/metrics_service.cc
|
| index 461862f57eab9dd42abb7a776b03ea3799773ac9..b49e52d7286de9bf698b9b84f91e194fb9db457a 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() {
|
| + virtual scoped_refptr<base::MessageLoopProxy> GetIOMessageLoopProxy() const {
|
| if (!io_message_loop_proxy_.get()) {
|
| io_message_loop_proxy_ = base::MessageLoopProxy::CreateForCurrentThread();
|
| }
|
|
|