Chromium Code Reviews| Index: services/ui/public/cpp/gpu/gpu_service.h |
| diff --git a/services/ui/public/cpp/gpu_service.h b/services/ui/public/cpp/gpu/gpu_service.h |
| similarity index 92% |
| rename from services/ui/public/cpp/gpu_service.h |
| rename to services/ui/public/cpp/gpu/gpu_service.h |
| index 79b3893bc0cfbc961e32719783e6c97568125cbb..175f39c94a2bbc8c28f2c6744fd818cb20875fd9 100644 |
| --- a/services/ui/public/cpp/gpu_service.h |
| +++ b/services/ui/public/cpp/gpu/gpu_service.h |
| @@ -2,8 +2,8 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -#ifndef SERVICES_UI_PUBLIC_CPP_GPU_SERVICE_H_ |
| -#define SERVICES_UI_PUBLIC_CPP_GPU_SERVICE_H_ |
| +#ifndef SERVICES_UI_PUBLIC_CPP_GPU_GPU_SERVICE_H_ |
| +#define SERVICES_UI_PUBLIC_CPP_GPU_GPU_SERVICE_H_ |
| #include <stdint.h> |
| #include <vector> |
| @@ -16,7 +16,7 @@ |
| #include "base/threading/thread.h" |
| #include "gpu/ipc/client/gpu_channel_host.h" |
| #include "gpu/ipc/common/gpu_info.mojom.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/gpu_service.mojom.h" |
| namespace service_manager { |
| @@ -81,4 +81,4 @@ class GpuService : public gpu::GpuChannelHostFactory, |
| } // namespace ui |
| -#endif // SERVICES_UI_PUBLIC_CPP_GPU_SERVICE_H_ |
| +#endif // SERVICES_UI_PUBLIC_CPP_GPU_GPU_SERVICE_H_ |