Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(404)

Unified Diff: public/platform/WebScreenOrientationType.h

Issue 1164753002: Move screen_orientation public headers to module directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix chrome os build Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « public/platform/WebScreenOrientationClient.h ('k') | public/platform/modules/screen_orientation/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebScreenOrientationType.h
diff --git a/public/platform/WebScreenOrientationType.h b/public/platform/WebScreenOrientationType.h
index ea1b55d5d6e64e52223b9f7d9e7314b46641c491..38d9ba368d49eb0bcc58f93a6b6e2f5c73461c35 100644
--- a/public/platform/WebScreenOrientationType.h
+++ b/public/platform/WebScreenOrientationType.h
@@ -2,19 +2,4 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WebScreenOrientationType_h
-#define WebScreenOrientationType_h
-
-namespace blink {
-
-enum WebScreenOrientationType {
- WebScreenOrientationUndefined = 0,
- WebScreenOrientationPortraitPrimary,
- WebScreenOrientationPortraitSecondary,
- WebScreenOrientationLandscapePrimary,
- WebScreenOrientationLandscapeSecondary
-};
-
-} // namespace blink
-
-#endif // WebScreenOrientationType_h
+#include "public/platform/modules/screen_orientation/WebScreenOrientationType.h"
« no previous file with comments | « public/platform/WebScreenOrientationClient.h ('k') | public/platform/modules/screen_orientation/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698