diff options
author | mlamouri@chromium.org <mlamouri@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-14 22:26:01 +0000 |
---|---|---|
committer | mlamouri@chromium.org <mlamouri@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-14 22:26:01 +0000 |
commit | 94137f6a47e439eb91ec4323220b6e32f7c05cd7 (patch) | |
tree | 7b3a87afa14f8b3903f72e0dd251813d0a1f53cf /content/browser/screen_orientation | |
parent | f9233a03e934468a1455fa6c043731c134bfa7b4 (diff) | |
download | chromium_src-94137f6a47e439eb91ec4323220b6e32f7c05cd7.zip chromium_src-94137f6a47e439eb91ec4323220b6e32f7c05cd7.tar.gz chromium_src-94137f6a47e439eb91ec4323220b6e32f7c05cd7.tar.bz2 |
Fix screen orientation headers guard names.
BUG=None
Review URL: https://codereview.chromium.org/198173002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257230 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/screen_orientation')
3 files changed, 9 insertions, 9 deletions
diff --git a/content/browser/screen_orientation/screen_orientation_dispatcher_host.h b/content/browser/screen_orientation/screen_orientation_dispatcher_host.h index 383a61b..2047e4e 100644 --- a/content/browser/screen_orientation/screen_orientation_dispatcher_host.h +++ b/content/browser/screen_orientation/screen_orientation_dispatcher_host.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_DISPATCHER_HOST_H_ -#define CONTENT_BROWSER_SCREEN_ORIENTATION_DISPATCHER_HOST_H_ +#ifndef CONTENT_BROWSER_SCREEN_ORIENTATION_SCREEN_ORIENTATION_DISPATCHER_HOST_H_ +#define CONTENT_BROWSER_SCREEN_ORIENTATION_SCREEN_ORIENTATION_DISPATCHER_HOST_H_ #include "content/public/browser/browser_message_filter.h" #include "third_party/WebKit/public/platform/WebScreenOrientation.h" @@ -42,4 +42,4 @@ class CONTENT_EXPORT ScreenOrientationDispatcherHost } // namespace content -#endif // CONTENT_BROWSER_SCREEN_ORIENTATION_DISPATCHER_HOST_H_ +#endif // CONTENT_BROWSER_SCREEN_ORIENTATION_SCREEN_ORIENTATION_DISPATCHER_HOST_H_ diff --git a/content/browser/screen_orientation/screen_orientation_provider.h b/content/browser/screen_orientation/screen_orientation_provider.h index 28d52c9..74296c1 100644 --- a/content/browser/screen_orientation/screen_orientation_provider.h +++ b/content/browser/screen_orientation/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_PROVIDER_H_ -#define CONTENT_BROWSER_SCREEN_ORIENTATION_PROVIDER_H_ +#ifndef CONTENT_BROWSER_SCREEN_ORIENTATION_SCREEN_ORIENTATION_PROVIDER_H_ +#define CONTENT_BROWSER_SCREEN_ORIENTATION_SCREEN_ORIENTATION_PROVIDER_H_ #include "third_party/WebKit/public/platform/WebScreenOrientation.h" @@ -24,4 +24,4 @@ class ScreenOrientationProvider { } // namespace content -#endif // CONTENT_BROWSER_SCREEN_ORIENTATION_PROVIDER_H_ +#endif // CONTENT_BROWSER_SCREEN_ORIENTATION_SCREEN_ORIENTATION_PROVIDER_H_ diff --git a/content/browser/screen_orientation/screen_orientation_provider_android.h b/content/browser/screen_orientation/screen_orientation_provider_android.h index 12d1c8e4..69bfba3 100644 --- a/content/browser/screen_orientation/screen_orientation_provider_android.h +++ b/content/browser/screen_orientation/screen_orientation_provider_android.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_PROVIDER_ANDROID_H_ -#define CONTENT_BROWSER_SCREEN_ORIENTATION_PROVIDER_ANDROID_H_ +#ifndef CONTENT_BROWSER_SCREEN_ORIENTATION_SCREEN_ORIENTATION_PROVIDER_ANDROID_H_ +#define CONTENT_BROWSER_SCREEN_ORIENTATION_SCREEN_ORIENTATION_PROVIDER_ANDROID_H_ #include "base/android/jni_android.h" #include "base/compiler_specific.h" @@ -31,4 +31,4 @@ class ScreenOrientationProviderAndroid : public ScreenOrientationProvider { } // namespace content -#endif // CONTENT_BROWSER_SCREEN_ORIENTATION_PROVIDER_ANDROID_H_ +#endif // CONTENT_BROWSER_SCREEN_ORIENTATION_SCREEN_ORIENTATION_PROVIDER_ANDROID_H_ |