Chromium Code Reviews| Index: services/ui/public/cpp/gpu/gpu_service.cc |
| diff --git a/services/ui/public/cpp/gpu_service.cc b/services/ui/public/cpp/gpu/gpu_service.cc |
| similarity index 97% |
| rename from services/ui/public/cpp/gpu_service.cc |
| rename to services/ui/public/cpp/gpu/gpu_service.cc |
| index e495e0a37d052650bc2d318c097bdf45362bb9cb..45ce4ca04957530b31ceff9c1c62772bc6af2237 100644 |
| --- a/services/ui/public/cpp/gpu_service.cc |
| +++ b/services/ui/public/cpp/gpu/gpu_service.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 "services/ui/public/cpp/gpu_service.h" |
| +#include "services/ui/public/cpp/gpu/gpu_service.h" |
| #include "base/command_line.h" |
| #include "base/memory/singleton.h" |
| @@ -12,7 +12,7 @@ |
| #include "mojo/public/cpp/system/platform_handle.h" |
| #include "services/service_manager/public/cpp/connector.h" |
| #include "services/ui/common/switches.h" |
|
mfomitchev
2016/11/18 22:02:34
nit: I don't think this is needed (was removed in
|
| -#include "services/ui/public/cpp/mojo_gpu_memory_buffer_manager.h" |
| +#include "services/ui/public/cpp/gpu/mojo_gpu_memory_buffer_manager.h" |
| #include "services/ui/public/interfaces/constants.mojom.h" |
| #include "services/ui/public/interfaces/gpu_service.mojom.h" |