diff options
Diffstat (limited to 'content/browser/device_orientation/provider.h')
-rw-r--r-- | content/browser/device_orientation/provider.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/device_orientation/provider.h b/content/browser/device_orientation/provider.h index ab44a89..8fa4831 100644 --- a/content/browser/device_orientation/provider.h +++ b/content/browser/device_orientation/provider.h @@ -1,11 +1,11 @@ -// 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. #ifndef CONTENT_BROWSER_DEVICE_ORIENTATION_PROVIDER_H_ #define CONTENT_BROWSER_DEVICE_ORIENTATION_PROVIDER_H_ -#include "base/ref_counted.h" +#include "base/memory/ref_counted.h" namespace device_orientation { |