Chromium Code Reviews| Index: gpu/ipc/common/gpu_process_launch_causes.h |
| diff --git a/content/common/gpu/gpu_process_launch_causes.h b/gpu/ipc/common/gpu_process_launch_causes.h |
| similarity index 85% |
| rename from content/common/gpu/gpu_process_launch_causes.h |
| rename to gpu/ipc/common/gpu_process_launch_causes.h |
| index 1fcdc2771d4e6b647c358944cadd8210834be38d..4ee1e23f1739554eddb2cf20c14d6c23d730ef08 100644 |
| --- a/content/common/gpu/gpu_process_launch_causes.h |
| +++ b/gpu/ipc/common/gpu_process_launch_causes.h |
| @@ -2,10 +2,10 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -#ifndef CONTENT_COMMON_GPU_GPU_PROCESS_LAUNCH_CAUSES_H_ |
| -#define CONTENT_COMMON_GPU_GPU_PROCESS_LAUNCH_CAUSES_H_ |
| +#ifndef GPU_IPC_COMMON_GPU_PROCESS_LAUNCH_CAUSES_H_ |
| +#define GPU_IPC_COMMON_GPU_PROCESS_LAUNCH_CAUSES_H_ |
| -namespace content { |
| +namespace gpu { |
|
piman
2016/03/22 15:14:55
Did this file need to move? It doesn't look like i
Fady Samuel
2016/03/22 21:54:20
I moved this to content/common in another CL. Remo
|
| // If you change this enum you also need to update |
| // tools/metrics/histograms/histograms.xml |
| @@ -30,6 +30,6 @@ enum CauseForGpuLaunch { |
| CAUSE_FOR_GPU_LAUNCH_MAX_ENUM |
| }; |
| -} // namespace content |
| +} // namespace gpu |
| -#endif // CONTENT_COMMON_GPU_GPU_PROCESS_LAUNCH_CAUSES_H_ |
| +#endif // GPU_IPC_COMMON_GPU_PROCESS_LAUNCH_CAUSES_H_ |