| Index: chrome/browser/profiles/profile_manager_unittest.cc
|
| diff --git a/chrome/browser/profiles/profile_manager_unittest.cc b/chrome/browser/profiles/profile_manager_unittest.cc
|
| index 53d726971607d85a1f2f9debd64ba43f530876fd..abbb5726620ed4f0236ea5514adf290dd628751e 100644
|
| --- a/chrome/browser/profiles/profile_manager_unittest.cc
|
| +++ b/chrome/browser/profiles/profile_manager_unittest.cc
|
| @@ -35,6 +35,8 @@
|
| #include "chrome/browser/chromeos/cros/cros_library.h"
|
| #endif
|
|
|
| +using content::BrowserThread;
|
| +
|
| namespace {
|
| // This global variable is used to check that value returned to different
|
| // observers is the same.
|
|
|