| Index: content/gpu/gpu_info_collector_mac.mm
|
| ===================================================================
|
| --- content/gpu/gpu_info_collector_mac.mm (revision 77878)
|
| +++ content/gpu/gpu_info_collector_mac.mm (working copy)
|
| @@ -1,16 +1,17 @@
|
| -// Copyright (c) 2006-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.
|
|
|
| -#include "chrome/gpu/gpu_info_collector.h"
|
| +#include "content/gpu/gpu_info_collector.h"
|
| +
|
| +#include "app/gfx/gl/gl_bindings.h"
|
| +#include "app/gfx/gl/gl_context.h"
|
| +#include "app/gfx/gl/gl_implementation.h"
|
| +#include "app/gfx/gl/gl_interface.h"
|
| #include "base/logging.h"
|
| #include "base/scoped_ptr.h"
|
| #include "base/string_piece.h"
|
| #include "base/sys_string_conversions.h"
|
| -#include "app/gfx/gl/gl_bindings.h"
|
| -#include "app/gfx/gl/gl_context.h"
|
| -#include "app/gfx/gl/gl_implementation.h"
|
| -#include "app/gfx/gl/gl_interface.h"
|
|
|
| #import <Cocoa/Cocoa.h>
|
| #import <Foundation/Foundation.h>
|
|
|