| Index: gpu/ipc/common/gpu_switches.cc
|
| diff --git a/gpu/ipc/host/gpu_switches.cc b/gpu/ipc/common/gpu_switches.cc
|
| similarity index 92%
|
| rename from gpu/ipc/host/gpu_switches.cc
|
| rename to gpu/ipc/common/gpu_switches.cc
|
| index 1834e3c64b8cbddc2fbebd5ede99479c701fa3d3..4f0a5450ac7f3e6a97dd0864855935bf688b45c2 100644
|
| --- a/gpu/ipc/host/gpu_switches.cc
|
| +++ b/gpu/ipc/common/gpu_switches.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "gpu/ipc/host/gpu_switches.h"
|
| +#include "gpu/ipc/common/gpu_switches.h"
|
|
|
| namespace switches {
|
|
|
|
|