Index: gpu/demos/framework/main_exe.cc |
diff --git a/gpu/demos/framework/main_exe.cc b/gpu/demos/framework/main_exe.cc |
index 12d3828a460113162906b6dcf6bd50c02bbca8b9..279438104b68e07639315071bb08d5f1129615e2 100644 |
--- a/gpu/demos/framework/main_exe.cc |
+++ b/gpu/demos/framework/main_exe.cc |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2012 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. |
@@ -6,7 +6,7 @@ |
#include "base/command_line.h" |
#include "base/logging.h" |
#include "gpu/demos/framework/window.h" |
-#include "ui/gfx/gl/gl_surface.h" |
+#include "ui/gl/gl_surface.h" |
#if defined(TOOLKIT_GTK) |
#include <gtk/gtk.h> |