Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(208)

Unified Diff: gpu/ipc/common/gpu_process_launch_causes.h

Issue 1823763003: Move more files to gpu/ipc/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed Android Build Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/ipc/common/gpu_param_traits_macros.h ('k') | gpu/ipc/common/gpu_surface_lookup.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « gpu/ipc/common/gpu_param_traits_macros.h ('k') | gpu/ipc/common/gpu_surface_lookup.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698