| Index: views/controls/table/table_view_unittest.cc
|
| ===================================================================
|
| --- views/controls/table/table_view_unittest.cc (revision 78547)
|
| +++ views/controls/table/table_view_unittest.cc (working copy)
|
| @@ -2,6 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#if defined(_WIN32) || defined(_WIN64) // OS_WIN
|
| +#include <atlbase.h>
|
| +#include <atlwin.h>
|
| +#endif
|
| #include <vector>
|
|
|
| #include "base/compiler_specific.h"
|
| @@ -21,7 +25,7 @@
|
| #endif
|
|
|
| using ui::TableModel;
|
| -using ui::TableModelObserver; // TODO(beng): remove these
|
| +using ui::TableModelObserver; // TODO(beng): remove these
|
|
|
| // Put the tests in the views namespace to make it easier to declare them as
|
| // friend classes.
|
|
|