| Index: content/browser/device_orientation/provider.cc
|
| diff --git a/content/browser/device_orientation/provider.cc b/content/browser/device_orientation/provider.cc
|
| index e10da2b88a2078d449d142766cb21321c3d6a490..a3d5a430c711f06739abaef25d04faf0a76271c8 100644
|
| --- a/content/browser/device_orientation/provider.cc
|
| +++ b/content/browser/device_orientation/provider.cc
|
| @@ -5,9 +5,9 @@
|
| #include "content/browser/device_orientation/provider.h"
|
|
|
| #include "base/logging.h"
|
| -#include "content/browser/browser_thread.h"
|
| #include "content/browser/device_orientation/data_fetcher.h"
|
| #include "content/browser/device_orientation/provider_impl.h"
|
| +#include "content/public/browser/browser_thread.h"
|
|
|
| #if defined(OS_MACOSX)
|
| #include "content/browser/device_orientation/accelerometer_mac.h"
|
|
|