| Index: chrome/browser/google/google_update.cc
|
| diff --git a/chrome/browser/google/google_update.cc b/chrome/browser/google/google_update.cc
|
| index 0403663f89610aade11796d44e1379da8d1e408e..c2f42cf7771c145dbc43e1f236740b13fac3e723 100644
|
| --- a/chrome/browser/google/google_update.cc
|
| +++ b/chrome/browser/google/google_update.cc
|
| @@ -25,6 +25,8 @@
|
| #include "google_update_idl_i.c"
|
| #include "views/widget/widget.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| namespace {
|
|
|
| // Check if the currently running instance can be updated by Google Update.
|
|
|