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

Unified Diff: ui/base/range/range.h

Issue 7328011: Introduce ui.dll / libui.so for the component build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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
Index: ui/base/range/range.h
===================================================================
--- ui/base/range/range.h (revision 92815)
+++ ui/base/range/range.h (working copy)
@@ -8,6 +8,7 @@
#include <iosfwd>
#include "base/basictypes.h"
+#include "ui/ui_api.h"
#if defined(OS_MACOSX)
#if __OBJC__
@@ -29,7 +30,7 @@
// position; when they are the same, the Range is akin to a caret. Note that
// |start_| can be greater than |end_| to respect the directionality of the
// range.
-class Range {
+class UI_API Range {
public:
// Creates an empty range {0,0}.
Range();
@@ -105,7 +106,7 @@
size_t end_;
};
-std::ostream& operator<<(std::ostream& out, const ui::Range& range);
+UI_API std::ostream& operator<<(std::ostream& out, const ui::Range& range);
} // namespace gfx
« no previous file with comments | « ui/base/models/tree_model.h ('k') | ui/base/resource/data_pack.h » ('j') | ui/ui.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698