| Index: chrome/browser/google/google_update_win.h
|
| diff --git a/chrome/browser/google/google_update_win.h b/chrome/browser/google/google_update_win.h
|
| index 0c4efac346533c1793b107721506260b44fd5c9e..33760ca2de5338017075da3875b12b241917cee5 100644
|
| --- a/chrome/browser/google/google_update_win.h
|
| +++ b/chrome/browser/google/google_update_win.h
|
| @@ -94,7 +94,7 @@ class UpdateCheckDelegate {
|
| // invoked on the caller's thread to provide feedback on the operation, with
|
| // messages localized to |locale| if possible.
|
| void BeginUpdateCheck(
|
| - const scoped_refptr<base::SingleThreadTaskRunner>& task_runner,
|
| + scoped_refptr<base::SingleThreadTaskRunner> task_runner,
|
| const std::string& locale,
|
| bool install_update_if_possible,
|
| gfx::AcceleratedWidget elevation_window,
|
|
|