| Index: chrome/browser/ui/browser.cc
|
| ===================================================================
|
| --- chrome/browser/ui/browser.cc (revision 70342)
|
| +++ chrome/browser/ui/browser.cc (working copy)
|
| @@ -20,8 +20,8 @@
|
| #include "base/metrics/histogram.h"
|
| #include "base/path_service.h"
|
| #include "base/string_util.h"
|
| -#include "base/thread.h"
|
| -#include "base/thread_restrictions.h"
|
| +#include "base/threading/thread.h"
|
| +#include "base/threading/thread_restrictions.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "gfx/point.h"
|
| #include "chrome/app/chrome_command_ids.h"
|
|
|