| Index: ui/gfx/gl/gl_implementation_win.cc
|
| diff --git a/app/gfx/gl/gl_implementation_win.cc b/ui/gfx/gl/gl_implementation_win.cc
|
| similarity index 97%
|
| rename from app/gfx/gl/gl_implementation_win.cc
|
| rename to ui/gfx/gl/gl_implementation_win.cc
|
| index 4ee01c513b133400264ff4e490c5a0e7f31576a8..ee07cfc332045750bb003fcf8031f198e982efa6 100644
|
| --- a/app/gfx/gl/gl_implementation_win.cc
|
| +++ b/ui/gfx/gl/gl_implementation_win.cc
|
| @@ -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,8 +9,8 @@
|
| #include "base/logging.h"
|
| #include "base/native_library.h"
|
| #include "base/path_service.h"
|
| -#include "app/gfx/gl/gl_bindings.h"
|
| -#include "app/gfx/gl/gl_implementation.h"
|
| +#include "ui/gfx/gl/gl_bindings.h"
|
| +#include "ui/gfx/gl/gl_implementation.h"
|
|
|
| namespace gfx {
|
|
|
|
|