| Index: chrome/browser/tab_contents/thumbnail_generator_unittest.cc
|
| diff --git a/chrome/browser/tab_contents/thumbnail_generator_unittest.cc b/chrome/browser/tab_contents/thumbnail_generator_unittest.cc
|
| index 0e00f4e8329896599d2cd59501fee4b210d52bfa..3ae9ec1ae63b84ac32f92725495b2fbfa2b291a9 100644
|
| --- a/chrome/browser/tab_contents/thumbnail_generator_unittest.cc
|
| +++ b/chrome/browser/tab_contents/thumbnail_generator_unittest.cc
|
| @@ -2,7 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "app/surface/transport_dib.h"
|
| #include "base/basictypes.h"
|
| #include "base/stringprintf.h"
|
| #include "chrome/browser/history/top_sites.h"
|
| @@ -17,6 +16,7 @@
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "third_party/skia/include/core/SkColorPriv.h"
|
| #include "ui/gfx/canvas_skia.h"
|
| +#include "ui/gfx/surface/transport_dib.h"
|
|
|
| static const int kBitmapWidth = 100;
|
| static const int kBitmapHeight = 100;
|
|
|