| Index: gpu/demos/framework/main_exe.cc
|
| diff --git a/gpu/demos/framework/main_exe.cc b/gpu/demos/framework/main_exe.cc
|
| index 5dd1341006aad38c6727211f1fcb7e0015a4e51d..93fc51e9956d8be5695b2b7df166a2384f898c6f 100644
|
| --- a/gpu/demos/framework/main_exe.cc
|
| +++ b/gpu/demos/framework/main_exe.cc
|
| @@ -1,12 +1,12 @@
|
| -// 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_context.h"
|
| #include "base/at_exit.h"
|
| #include "base/command_line.h"
|
| #include "base/logging.h"
|
| #include "gpu/demos/framework/window.h"
|
| +#include "ui/gfx/gl/gl_context.h"
|
|
|
| #if defined(OS_LINUX)
|
| #include <gtk/gtk.h>
|
|
|