diff options
Diffstat (limited to 'content/browser/screen_orientation/screen_orientation_provider.h')
-rw-r--r-- | content/browser/screen_orientation/screen_orientation_provider.h | 6 |
1 files changed, 3 insertions, 3 deletions
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_ |