| Index: ui/gfx/gl/gl_implementation_mac.cc
|
| diff --git a/app/gfx/gl/gl_implementation_mac.cc b/ui/gfx/gl/gl_implementation_mac.cc
|
| similarity index 94%
|
| rename from app/gfx/gl/gl_implementation_mac.cc
|
| rename to ui/gfx/gl/gl_implementation_mac.cc
|
| index 33f9ea8e40e9ef0ee7df97a94482556d373a28d5..00ed6bb05162ea2832926936fb69fe1d64b9cb41 100644
|
| --- a/app/gfx/gl/gl_implementation_mac.cc
|
| +++ b/ui/gfx/gl/gl_implementation_mac.cc
|
| @@ -1,14 +1,14 @@
|
| -// 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.
|
|
|
| -#include "app/gfx/gl/gl_bindings.h"
|
| -#include "app/gfx/gl/gl_implementation.h"
|
| #include "base/base_paths.h"
|
| #include "base/file_path.h"
|
| #include "base/logging.h"
|
| #include "base/native_library.h"
|
| #include "base/path_service.h"
|
| +#include "ui/gfx/gl/gl_bindings.h"
|
| +#include "ui/gfx/gl/gl_implementation.h"
|
|
|
| namespace gfx {
|
| namespace {
|
|
|