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

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

Issue 1922373002: Make ui/gfx/range a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed windows issues + addressed nit Created 4 years, 8 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 | « ui/gfx/range/gfx_range_export.h ('k') | ui/gfx/range/range_f.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/range/range.h
diff --git a/ui/gfx/range/range.h b/ui/gfx/range/range.h
index 3d9c724de557ef7b2d69618c97fe62b5bb79a507..72f929f2330475d25555a3bacedcfcc75bd00850 100644
--- a/ui/gfx/range/range.h
+++ b/ui/gfx/range/range.h
@@ -12,7 +12,7 @@
#include <string>
#include "build/build_config.h"
-#include "ui/gfx/gfx_export.h"
+#include "ui/gfx/range/gfx_range_export.h"
#if defined(OS_MACOSX)
#if __OBJC__
@@ -34,7 +34,7 @@ namespace gfx {
// 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 GFX_EXPORT Range {
+class GFX_RANGE_EXPORT Range {
public:
// Creates an empty range {0,0}.
Range();
@@ -115,7 +115,7 @@ class GFX_EXPORT Range {
uint32_t end_;
};
-GFX_EXPORT std::ostream& operator<<(std::ostream& os, const Range& range);
+GFX_RANGE_EXPORT std::ostream& operator<<(std::ostream& os, const Range& range);
} // namespace gfx
« no previous file with comments | « ui/gfx/range/gfx_range_export.h ('k') | ui/gfx/range/range_f.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698