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

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

Issue 24012002: Move Range code to gfx. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: d Created 7 years, 3 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/OWNERS ('k') | ui/gfx/range/range.cc » ('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/base/range/range.h b/ui/gfx/range/range.h
similarity index 95%
rename from ui/base/range/range.h
rename to ui/gfx/range/range.h
index c425da779e23ce730079295b5e8fc70094be5665..c41c98c8d03a2284a198b7f9de7e386d68b74ee1 100644
--- a/ui/base/range/range.h
+++ b/ui/gfx/range/range.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UI_BASE_RANGE_RANGE_H_
-#define UI_BASE_RANGE_RANGE_H_
+#ifndef UI_GFX_RANGE_RANGE_H_
+#define UI_GFX_RANGE_RANGE_H_
#include <ostream>
#include <string>
#include "base/basictypes.h"
-#include "ui/base/ui_export.h"
+#include "ui/gfx/gfx_export.h"
#if defined(OS_MACOSX)
#if __OBJC__
@@ -24,7 +24,7 @@ typedef struct _NSRange NSRange;
#include <richedit.h>
#endif
-namespace ui {
+namespace gfx {
// A Range contains two integer values that represent a numeric range, like the
// range of characters in a text selection. A range is made of a start and end
@@ -112,6 +112,6 @@ class UI_EXPORT Range {
UI_EXPORT std::ostream& operator<<(std::ostream& os, const Range& range);
-} // namespace ui
+} // namespace gfx
-#endif // UI_BASE_RANGE_RANGE_H_
+#endif // UI_GFX_RANGE_RANGE_H_
« no previous file with comments | « ui/gfx/range/OWNERS ('k') | ui/gfx/range/range.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698