| Index: content/gpu/gpu_video_service.h
|
| ===================================================================
|
| --- content/gpu/gpu_video_service.h (revision 77878)
|
| +++ content/gpu/gpu_video_service.h (working copy)
|
| @@ -1,15 +1,15 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_GPU_GPU_VIDEO_SERVICE_H_
|
| -#define CHROME_GPU_GPU_VIDEO_SERVICE_H_
|
| +#ifndef CONTENT_GPU_GPU_VIDEO_SERVICE_H_
|
| +#define CONTENT_GPU_GPU_VIDEO_SERVICE_H_
|
|
|
| #include <map>
|
|
|
| #include "base/ref_counted.h"
|
| #include "base/singleton.h"
|
| -#include "chrome/gpu/gpu_video_decoder.h"
|
| +#include "content/gpu/gpu_video_decoder.h"
|
| #include "ipc/ipc_channel.h"
|
|
|
| class GpuChannel;
|
| @@ -48,4 +48,4 @@
|
| DISALLOW_COPY_AND_ASSIGN(GpuVideoService);
|
| };
|
|
|
| -#endif // CHROME_GPU_GPU_VIDEO_SERVICE_H_
|
| +#endif // CONTENT_GPU_GPU_VIDEO_SERVICE_H_
|
|
|