Index: content/gpu/gpu_info_collector.cc |
diff --git a/content/gpu/gpu_info_collector.cc b/content/gpu/gpu_info_collector.cc |
index ecdb1891c7e7bbe0ca63360e23875e5fcd05c441..86ae2f553416cc283d0d57e0ae7cbba09d656387 100644 |
--- a/content/gpu/gpu_info_collector.cc |
+++ b/content/gpu/gpu_info_collector.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. |
@@ -7,14 +7,14 @@ |
#include <string> |
#include <vector> |
-#include "base/memory/scoped_ptr.h" |
#include "base/logging.h" |
+#include "base/memory/scoped_ptr.h" |
#include "base/string_number_conversions.h" |
#include "base/string_piece.h" |
#include "base/string_split.h" |
-#include "ui/gfx/gl/gl_bindings.h" |
-#include "ui/gfx/gl/gl_context.h" |
-#include "ui/gfx/gl/gl_surface.h" |
+#include "ui/gl/gl_bindings.h" |
+#include "ui/gl/gl_context.h" |
+#include "ui/gl/gl_surface.h" |
namespace { |