Index: ui/views/controls/table/table_view_unittest.cc |
diff --git a/ui/views/controls/table/table_view_unittest.cc b/ui/views/controls/table/table_view_unittest.cc |
index ba0ddace30b18f127c649a9ae9f5ff807220c361..ad5dec03e4b5b72a1512e2682ce8c6d53d4b9753 100644 |
--- a/ui/views/controls/table/table_view_unittest.cc |
+++ b/ui/views/controls/table/table_view_unittest.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. |
@@ -6,11 +6,8 @@ |
#include "build/build_config.h" |
-#if defined(OS_WIN) |
#include <atlbase.h> // NOLINT |
#include <atlwin.h> // NOLINT |
-#endif |
- |
#include <vector> // NOLINT |
#include "base/compiler_specific.h" |
@@ -133,8 +130,6 @@ int TestTableModel::CompareValues(int row1, int row2, int column_id) { |
return rows_[row1][column_id] - rows_[row2][column_id]; |
} |
-#if defined(OS_WIN) |
- |
// TableViewTest --------------------------------------------------------------- |
class TableViewTest : public testing::Test, views::WidgetDelegate { |
@@ -465,6 +460,4 @@ TEST_F(NullModelTableViewTest, DISABLED_NullModel) { |
// to a NULL model we'll crash. |
} |
-#endif // OS_WIN |
- |
} // namespace views |