diff options
Diffstat (limited to 'content/gpu/gpu_video_service.h')
-rw-r--r-- | content/gpu/gpu_video_service.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/gpu/gpu_video_service.h b/content/gpu/gpu_video_service.h index 5e9d015..91f9261e 100644 --- a/content/gpu/gpu_video_service.h +++ b/content/gpu/gpu_video_service.h @@ -7,8 +7,8 @@ #include <map> -#include "base/ref_counted.h" -#include "base/singleton.h" +#include "base/memory/ref_counted.h" +#include "base/memory/singleton.h" #include "content/gpu/gpu_video_decoder.h" #include "ipc/ipc_channel.h" |