| Index: content/gpu/gpu_channel.cc
|
| ===================================================================
|
| --- content/gpu/gpu_channel.cc (revision 77878)
|
| +++ content/gpu/gpu_channel.cc (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// 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.
|
|
|
| @@ -6,16 +6,16 @@
|
| #include <windows.h>
|
| #endif
|
|
|
| -#include "chrome/gpu/gpu_channel.h"
|
| +#include "content/gpu/gpu_channel.h"
|
|
|
| #include "base/command_line.h"
|
| #include "base/process_util.h"
|
| #include "base/string_util.h"
|
| -#include "chrome/gpu/gpu_thread.h"
|
| -#include "chrome/gpu/gpu_video_service.h"
|
| #include "content/common/child_process.h"
|
| #include "content/common/content_switches.h"
|
| #include "content/common/gpu_messages.h"
|
| +#include "content/gpu/gpu_thread.h"
|
| +#include "content/gpu/gpu_video_service.h"
|
|
|
| #if defined(OS_POSIX)
|
| #include "ipc/ipc_channel_posix.h"
|
|
|