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

Unified Diff: views/controls/table/table_view.h

Issue 7550038: Rename VIEWS_API to VIEWS_EXPORT. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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 | « views/controls/table/group_table_view.h ('k') | views/controls/table/table_view2.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/controls/table/table_view.h
===================================================================
--- views/controls/table/table_view.h (revision 95624)
+++ views/controls/table/table_view.h (working copy)
@@ -20,7 +20,7 @@
#include "third_party/skia/include/core/SkColor.h"
#include "ui/base/keycodes/keyboard_codes.h"
#include "ui/base/models/table_model_observer.h"
-#include "views/views_api.h"
+#include "views/views_export.h"
#if defined(OS_WIN)
// TODO(port): remove the ifdef when native_control.h is ported.
@@ -81,7 +81,7 @@
};
// Returned from SelectionBegin/SelectionEnd
-class VIEWS_API TableSelectionIterator {
+class VIEWS_EXPORT TableSelectionIterator {
public:
TableSelectionIterator(TableView* view, int view_index);
TableSelectionIterator& operator=(const TableSelectionIterator& other);
@@ -103,8 +103,8 @@
#if defined(OS_WIN)
// TODO(port): Port TableView.
-class VIEWS_API TableView : public NativeControl,
- public TableModelObserver {
+class VIEWS_EXPORT TableView : public NativeControl,
+ public TableModelObserver {
public:
typedef TableSelectionIterator iterator;
« no previous file with comments | « views/controls/table/group_table_view.h ('k') | views/controls/table/table_view2.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698