| Index: content/common/gpu/gpu_video_service.h
|
| ===================================================================
|
| --- content/common/gpu/gpu_video_service.h (revision 0)
|
| +++ content/common/gpu/gpu_video_service.h (working copy)
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_GPU_GPU_VIDEO_SERVICE_H_
|
| -#define CONTENT_GPU_GPU_VIDEO_SERVICE_H_
|
| +#ifndef CONTENT_COMMON_GPU_GPU_VIDEO_SERVICE_H_
|
| +#define CONTENT_COMMON_GPU_GPU_VIDEO_SERVICE_H_
|
|
|
| #include <map>
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/singleton.h"
|
| -#include "content/gpu/gpu_video_decoder.h"
|
| +#include "content/common/gpu/gpu_video_decoder.h"
|
| #include "ipc/ipc_channel.h"
|
|
|
| class GpuChannel;
|
| @@ -48,4 +48,4 @@
|
| DISALLOW_COPY_AND_ASSIGN(GpuVideoService);
|
| };
|
|
|
| -#endif // CONTENT_GPU_GPU_VIDEO_SERVICE_H_
|
| +#endif // CONTENT_COMMON_GPU_GPU_VIDEO_SERVICE_H_
|
|
|