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

Unified Diff: content/browser/device_sensors/device_inertial_sensor_browsertest.cc

Issue 285373002: Cleanup unused class/includes device(motion|orientation) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tim's comments Created 6 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 | « no previous file | content/browser/device_sensors/device_inertial_sensor_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/device_sensors/device_inertial_sensor_browsertest.cc
diff --git a/content/browser/device_sensors/device_inertial_sensor_browsertest.cc b/content/browser/device_sensors/device_inertial_sensor_browsertest.cc
index f76f1646d743b01871ea790974b5a8fc5d190ef9..ff65895e5ac0859f58719cc8573676465c35a18b 100644
--- a/content/browser/device_sensors/device_inertial_sensor_browsertest.cc
+++ b/content/browser/device_sensors/device_inertial_sensor_browsertest.cc
@@ -170,7 +170,7 @@ class DeviceInertialSensorBrowserTest : public ContentBrowserTest {
void SetUpOnIOThread() {
fetcher_ = new FakeDataFetcher();
DeviceInertialSensorService::GetInstance()->
- SetDataFetcherForTests(fetcher_);
+ SetDataFetcherForTesting(fetcher_);
io_loop_finished_event_.Signal();
}
« no previous file with comments | « no previous file | content/browser/device_sensors/device_inertial_sensor_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698