diff options
Diffstat (limited to 'content/browser/device_orientation/provider.cc')
-rw-r--r-- | content/browser/device_orientation/provider.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/device_orientation/provider.cc b/content/browser/device_orientation/provider.cc index e10da2b..c1cd32f 100644 --- a/content/browser/device_orientation/provider.cc +++ b/content/browser/device_orientation/provider.cc @@ -1,13 +1,13 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #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" |