Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6162)

Unified Diff: chrome/views/table_view.h

Issue 18722: Revert r8560 due to broken interactive_ui_tests (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Created 11 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/security_filter_peer.h ('k') | chrome/views/tree_node_model.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/views/table_view.h
===================================================================
--- chrome/views/table_view.h (revision 8567)
+++ chrome/views/table_view.h (working copy)
@@ -5,11 +5,7 @@
#ifndef CHROME_VIEWS_TABLE_VIEW_H_
#define CHROME_VIEWS_TABLE_VIEW_H_
-#include "build/build_config.h"
-
-#if defined(OS_WIN)
#include <windows.h>
-#endif // defined(OS_WIN)
#include <map>
#include <unicode/coll.h>
@@ -18,10 +14,7 @@
#include "base/logging.h"
#include "chrome/common/l10n_util.h"
-#if defined(OS_WIN)
-// TODO(port): remove the ifdef when native_control.h is ported.
#include "chrome/views/native_control.h"
-#endif // defined(OS_WIN)
#include "SkColor.h"
class SkBitmap;
@@ -291,8 +284,6 @@
virtual void OnTableViewDelete(TableView* table_view) {}
};
-#if defined(OS_WIN)
-// TODO(port): Port TableView.
class TableView : public NativeControl,
public TableModelObserver {
public:
@@ -670,7 +661,6 @@
DISALLOW_COPY_AND_ASSIGN(TableView);
};
-#endif // defined(OS_WIN)
} // namespace views
« no previous file with comments | « chrome/common/security_filter_peer.h ('k') | chrome/views/tree_node_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698