Chromium Code Reviews| 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 81% |
| rename from content/browser/screen_orientation/screen_orientation_provider.h |
| rename to content/public/browser/screen_orientation_provider.h |
| index 8b7c0fbb52a584841441a6d985a0d861bc89b8b8..3b1848bb3807faf0d3af9d70fdfed7d349f94678 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, |
| @@ -50,8 +50,8 @@ ScreenOrientationProvider* ScreenOrientationProvider::Create( |
| WebContents* web_contents) { |
| return NULL; |
| } |
| -#endif // !defined(OS_ANDROID) |
| +#endif // !defined(OS_ANDROID) |
|
mlamouri (slow - plz ping)
2014/09/03 11:25:49
nit: this is adding a useless whitespace
jonross
2014/09/03 20:33:02
Done.
|
| -} // namespace content |
| +} // namespace content |
|
mlamouri (slow - plz ping)
2014/09/03 11:25:49
ditto
jonross
2014/09/03 20:33:02
Done.
|
| -#endif // CONTENT_BROWSER_SCREEN_ORIENTATION_SCREEN_ORIENTATION_PROVIDER_H_ |
| +#endif // CONTENT_PUBLIC_BROWSER_SCREEN_ORIENTATION_PROVIDER_H_ |
|
mlamouri (slow - plz ping)
2014/09/03 11:25:49
ditto
jonross
2014/09/03 20:33:02
Done.
|