| Index: ui/ozone/platform/test/ozone_platform_test.cc
|
| diff --git a/ui/ozone/platform/test/ozone_platform_test.cc b/ui/ozone/platform/test/ozone_platform_test.cc
|
| index f7e95ac53790605b46855b9c0848ba0751ece427..5cdef6c23b93ee8dd9ee9fcc49314fdd9b92f4b6 100644
|
| --- a/ui/ozone/platform/test/ozone_platform_test.cc
|
| +++ b/ui/ozone/platform/test/ozone_platform_test.cc
|
| @@ -95,7 +95,7 @@ class OzonePlatformTest : public OzonePlatform {
|
| } // namespace
|
|
|
| OzonePlatform* CreateOzonePlatformTest() {
|
| - CommandLine* cmd = CommandLine::ForCurrentProcess();
|
| + base::CommandLine* cmd = base::CommandLine::ForCurrentProcess();
|
| base::FilePath location;
|
| if (cmd->HasSwitch(switches::kOzoneDumpFile))
|
| location = cmd->GetSwitchValuePath(switches::kOzoneDumpFile);
|
|
|