| Index: chrome/browser/chromeos/login/ownership_service.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/login/ownership_service.cc (revision 76326)
|
| +++ chrome/browser/chromeos/login/ownership_service.cc (working copy)
|
| @@ -9,7 +9,7 @@
|
| #include "base/lazy_instance.h"
|
| #include "base/synchronization/lock.h"
|
| #include "chrome/browser/browser_process.h"
|
| -#include "chrome/browser/browser_thread.h"
|
| +#include "content/browser/browser_thread.h"
|
|
|
| // We want to use NewRunnableMethod for non-static methods of this class but
|
| // need to disable reference counting since it is singleton.
|
|
|