| 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 81da0a1656bd29120c3353142e9a20e166a28a52..14358aa053da20ab714070651b2183d1ec95d404 100644
|
| --- a/content/browser/device_sensors/device_inertial_sensor_browsertest.cc
|
| +++ b/content/browser/device_sensors/device_inertial_sensor_browsertest.cc
|
| @@ -238,9 +238,9 @@ IN_PROC_BROWSER_TEST_F(DeviceInertialSensorBrowserTest, LightTest) {
|
| GURL test_url = GetTestUrl("device_sensors", "device_light_test.html");
|
|
|
| // TODO(riju): remove command line args when the feature goes stable.
|
| - if (!CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kEnableExperimentalWebPlatformFeatures)) {
|
| - CommandLine::ForCurrentProcess()->AppendSwitch(
|
| + if (!base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| + switches::kEnableExperimentalWebPlatformFeatures)) {
|
| + base::CommandLine::ForCurrentProcess()->AppendSwitch(
|
| switches::kEnableExperimentalWebPlatformFeatures);
|
| }
|
|
|
| @@ -273,9 +273,9 @@ IN_PROC_BROWSER_TEST_F(DeviceInertialSensorBrowserTest,
|
| fetcher_->SetSensorDataAvailable(false);
|
|
|
| // TODO(riju): remove command line args when the feature goes stable.
|
| - if (!CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kEnableExperimentalWebPlatformFeatures)) {
|
| - CommandLine::ForCurrentProcess()->AppendSwitch(
|
| + if (!base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| + switches::kEnableExperimentalWebPlatformFeatures)) {
|
| + base::CommandLine::ForCurrentProcess()->AppendSwitch(
|
| switches::kEnableExperimentalWebPlatformFeatures);
|
| }
|
|
|
|
|