| Index: chrome/views/table_view.h
|
| ===================================================================
|
| --- chrome/views/table_view.h (revision 9264)
|
| +++ chrome/views/table_view.h (working copy)
|
| @@ -22,7 +22,7 @@
|
| // TODO(port): remove the ifdef when native_control.h is ported.
|
| #include "chrome/views/native_control.h"
|
| #endif // defined(OS_WIN)
|
| -#include "SkColor.h"
|
| +#include "skia/include/SkColor.h"
|
|
|
| class SkBitmap;
|
|
|
| @@ -50,7 +50,6 @@
|
| // TableView is a wrapper around the window type ListView in report mode.
|
| namespace views {
|
|
|
| -class HWNDView;
|
| class ListView;
|
| class ListViewParent;
|
| class TableView;
|
|
|