| Index: content/browser/device_orientation/provider.cc
|
| diff --git a/content/browser/device_orientation/provider.cc b/content/browser/device_orientation/provider.cc
|
| index c1cd32ff46abd2cf4ce96cd8e903d13c16597a18..1287b0e60d7df94429aad41d4ece7b43942b1427 100644
|
| --- a/content/browser/device_orientation/provider.cc
|
| +++ b/content/browser/device_orientation/provider.cc
|
| @@ -13,6 +13,8 @@
|
| #include "content/browser/device_orientation/accelerometer_mac.h"
|
| #endif
|
|
|
| +using content::BrowserThread;
|
| +
|
| namespace device_orientation {
|
|
|
| Provider* Provider::GetInstance() {
|
|
|