| Index: content/gpu/gpu_dx_diagnostics_win.cc
|
| ===================================================================
|
| --- content/gpu/gpu_dx_diagnostics_win.cc (revision 77878)
|
| +++ content/gpu/gpu_dx_diagnostics_win.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.
|
| //
|
| @@ -9,10 +9,9 @@
|
| #include <dxdiag.h>
|
| #include <windows.h>
|
|
|
| -#include "chrome/gpu/gpu_info_collector.h"
|
| -
|
| #include "base/string_number_conversions.h"
|
| #include "base/utf_string_conversions.h"
|
| +#include "content/gpu/gpu_info_collector.h"
|
|
|
| namespace {
|
|
|
|
|