| Index: content/common/gpu/x_util.h
|
| ===================================================================
|
| --- content/common/gpu/x_util.h (revision 0)
|
| +++ content/common/gpu/x_util.h (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.
|
|
|
| @@ -10,7 +10,7 @@
|
| // be a NOP on non-Linux ones.
|
|
|
| #include "build/build_config.h"
|
| -#include "content/gpu/gpu_config.h"
|
| +#include "content/common/gpu/gpu_config.h"
|
|
|
| #if defined(OS_LINUX)
|
|
|
|
|