| Index: chrome/test/gpu/gpu_browsertest.cc
|
| diff --git a/chrome/test/gpu/gpu_browsertest.cc b/chrome/test/gpu/gpu_browsertest.cc
|
| index d96915b921cc3db339cb9754908e5b0da787690a..d3d6879161cfd847b5b7f7cc3ea8023f9c44c0a4 100644
|
| --- a/chrome/test/gpu/gpu_browsertest.cc
|
| +++ b/chrome/test/gpu/gpu_browsertest.cc
|
| @@ -1,8 +1,7 @@
|
| -// 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_implementation.h"
|
| #include "base/command_line.h"
|
| #include "base/path_service.h"
|
| #include "base/string16.h"
|
| @@ -17,6 +16,7 @@
|
| #include "content/browser/tab_contents/tab_contents.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "net/base/net_util.h"
|
| +#include "ui/gfx/gl/gl_implementation.h"
|
|
|
| class GPUBrowserTest : public InProcessBrowserTest {
|
| protected:
|
|
|