Index: ui/gfx/gpu_memory_buffer.cc |
diff --git a/ui/gfx/gpu_memory_buffer.cc b/ui/gfx/gpu_memory_buffer.cc |
index 9ccd41042578f9145d53b61b792c66bf1304b031..f70badbafb92b9d767b1a40cd18576da4a1725ee 100644 |
--- a/ui/gfx/gpu_memory_buffer.cc |
+++ b/ui/gfx/gpu_memory_buffer.cc |
@@ -7,7 +7,7 @@ |
namespace gfx { |
base::trace_event::MemoryAllocatorDumpGuid GetGpuMemoryBufferGUIDForTracing( |
- uint64 tracing_process_id, |
+ uint64_t tracing_process_id, |
GpuMemoryBufferId buffer_id) { |
// TODO(ericrk): Currently this function just wraps |
// GetGenericSharedMemoryGUIDForTracing, we may want to special case this if |