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

Unified Diff: chrome/browser/ui/exclusive_access/fullscreen_controller_test.cc

Issue 1409163006: Migrating tests to use EmbeddedTestServer (/chrome/browser misc) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 1 month 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: chrome/browser/ui/exclusive_access/fullscreen_controller_test.cc
diff --git a/chrome/browser/ui/exclusive_access/fullscreen_controller_test.cc b/chrome/browser/ui/exclusive_access/fullscreen_controller_test.cc
index 335892b4136cc1e7d7712700d5811bb7abad87b1..968334197c2c998c6b9d3353112ff4de1708a559 100644
--- a/chrome/browser/ui/exclusive_access/fullscreen_controller_test.cc
+++ b/chrome/browser/ui/exclusive_access/fullscreen_controller_test.cc
@@ -17,7 +17,7 @@
using content::WebContents;
const char FullscreenControllerTest::kFullscreenMouseLockHTML[] =
- "files/fullscreen_mouselock/fullscreen_mouselock.html";
+ "/fullscreen_mouselock/fullscreen_mouselock.html";
void FullscreenControllerTest::RequestToLockMouse(
bool user_gesture,

Powered by Google App Engine
This is Rietveld 408576698