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

Unified Diff: content/renderer/screen_orientation/screen_orientation_dispatcher_unittest.cc

Issue 2316983002: Change capitalization FullScreen->Fullscreen where possible in Blink (Closed)
Patch Set: update test expectations Created 4 years, 3 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
Index: content/renderer/screen_orientation/screen_orientation_dispatcher_unittest.cc
diff --git a/content/renderer/screen_orientation/screen_orientation_dispatcher_unittest.cc b/content/renderer/screen_orientation/screen_orientation_dispatcher_unittest.cc
index b5f7bebf0ef64bc62d15ae3b22a0f71b69ba45d7..58ca079dd0faebdf5f977e958f26e569d3e46050 100644
--- a/content/renderer/screen_orientation/screen_orientation_dispatcher_unittest.cc
+++ b/content/renderer/screen_orientation/screen_orientation_dispatcher_unittest.cc
@@ -139,7 +139,7 @@ TEST_F(ScreenOrientationDispatcherTest, LockRequest_Error) {
std::list<blink::WebLockOrientationError> errors;
errors.push_back(blink::WebLockOrientationErrorNotAvailable);
errors.push_back(
- blink::WebLockOrientationErrorFullScreenRequired);
+ blink::WebLockOrientationErrorFullscreenRequired);
errors.push_back(blink::WebLockOrientationErrorCanceled);
for (std::list<blink::WebLockOrientationError>::const_iterator

Powered by Google App Engine
This is Rietveld 408576698