| Index: content/gpu/gpu_main.cc
|
| ===================================================================
|
| --- content/gpu/gpu_main.cc (revision 77878)
|
| +++ content/gpu/gpu_main.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.
|
|
|
| @@ -16,9 +16,9 @@
|
| #include "build/build_config.h"
|
| #include "content/common/content_switches.h"
|
| #include "content/common/main_function_params.h"
|
| -#include "chrome/gpu/gpu_config.h"
|
| -#include "chrome/gpu/gpu_process.h"
|
| -#include "chrome/gpu/gpu_thread.h"
|
| +#include "content/gpu/gpu_config.h"
|
| +#include "content/gpu/gpu_process.h"
|
| +#include "content/gpu/gpu_thread.h"
|
|
|
| #if defined(OS_MACOSX)
|
| #include "content/common/chrome_application_mac.h"
|
|
|