summaryrefslogtreecommitdiffstats
path: root/chrome/browser/device_orientation/provider.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/device_orientation/provider.cc')
-rw-r--r--chrome/browser/device_orientation/provider.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/device_orientation/provider.cc b/chrome/browser/device_orientation/provider.cc
index 4091937..6b05cf9 100644
--- a/chrome/browser/device_orientation/provider.cc
+++ b/chrome/browser/device_orientation/provider.cc
@@ -18,7 +18,7 @@ namespace device_orientation {
Provider* Provider::GetInstance() {
if (!instance_) {
- DCHECK(ChromeThread::CurrentlyOn(ChromeThread::IO));
+ DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
const ProviderImpl::DataFetcherFactory default_factories[] = {
#if defined(OS_MACOSX)
AccelerometerMac::Create,