| Index: content/public/browser/screen_orientation_provider.h
|
| diff --git a/content/browser/screen_orientation/screen_orientation_provider.h b/content/public/browser/screen_orientation_provider.h
|
| similarity index 84%
|
| rename from content/browser/screen_orientation/screen_orientation_provider.h
|
| rename to content/public/browser/screen_orientation_provider.h
|
| index 8b7c0fbb52a584841441a6d985a0d861bc89b8b8..9bef215407823de36a162747921afcbdd0213f53 100644
|
| --- a/content/browser/screen_orientation/screen_orientation_provider.h
|
| +++ b/content/public/browser/screen_orientation_provider.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_BROWSER_SCREEN_ORIENTATION_SCREEN_ORIENTATION_PROVIDER_H_
|
| -#define CONTENT_BROWSER_SCREEN_ORIENTATION_SCREEN_ORIENTATION_PROVIDER_H_
|
| +#ifndef CONTENT_PUBLIC_BROWSER_SCREEN_ORIENTATION_PROVIDER_H_
|
| +#define CONTENT_PUBLIC_BROWSER_SCREEN_ORIENTATION_PROVIDER_H_
|
|
|
| #include "base/macros.h"
|
| #include "third_party/WebKit/public/platform/WebScreenOrientationLockType.h"
|
| @@ -32,7 +32,7 @@ class ScreenOrientationProvider {
|
| virtual ~ScreenOrientationProvider() {}
|
|
|
| protected:
|
| - friend class ScreenOrientationDispatcherHost;
|
| + friend class ScreenOrientationDispatcherHostImpl;
|
|
|
| static ScreenOrientationProvider* Create(
|
| ScreenOrientationDispatcherHost* dispatcher_host,
|
| @@ -54,4 +54,4 @@ ScreenOrientationProvider* ScreenOrientationProvider::Create(
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_BROWSER_SCREEN_ORIENTATION_SCREEN_ORIENTATION_PROVIDER_H_
|
| +#endif // CONTENT_PUBLIC_BROWSER_SCREEN_ORIENTATION_PROVIDER_H_
|
|
|