summaryrefslogtreecommitdiffstats
path: root/gpu/common/gpu_trace_event.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/common/gpu_trace_event.h')
-rw-r--r--gpu/common/gpu_trace_event.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gpu/common/gpu_trace_event.h b/gpu/common/gpu_trace_event.h
index 104d6b7..8a74f93 100644
--- a/gpu/common/gpu_trace_event.h
+++ b/gpu/common/gpu_trace_event.h
@@ -46,10 +46,10 @@
#include <string>
-#include "base/scoped_ptr.h"
-#include "base/scoped_vector.h"
+#include "base/memory/scoped_ptr.h"
#include "base/atomicops.h"
-#include "base/singleton.h"
+#include "base/memory/scoped_vector.h"
+#include "base/memory/singleton.h"
#include "base/time.h"
#include "base/timer.h"
#include "base/callback.h"