diff options
Diffstat (limited to 'chrome/browser/google/google_update.cc')
-rw-r--r-- | chrome/browser/google/google_update.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/google/google_update.cc b/chrome/browser/google/google_update.cc index fc7f324..6ed8952 100644 --- a/chrome/browser/google/google_update.cc +++ b/chrome/browser/google/google_update.cc @@ -13,7 +13,7 @@ #include "base/scoped_comptr_win.h" #include "base/string_util.h" #include "base/task.h" -#include "base/thread.h" +#include "base/threading/thread.h" #include "base/win/windows_version.h" #include "chrome/browser/browser_thread.h" #include "chrome/installer/util/browser_distribution.h" |