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

Unified Diff: ui/gfx/range/range_mac.mm

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/range.cc ('k') | ui/gfx/range/range_mac_unittest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/range/range_mac.mm
diff --git a/ui/base/range/range_mac.mm b/ui/gfx/range/range_mac.mm
similarity index 94%
rename from ui/base/range/range_mac.mm
rename to ui/gfx/range/range_mac.mm
index e99db374c9029d84939b32a44a5aac62c5412bf6..3f78fb618e39fc410caa64772f0fd82fd0d172e7 100644
--- a/ui/base/range/range_mac.mm
+++ b/ui/gfx/range/range_mac.mm
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ui/base/range/range.h"
+#include "ui/gfx/range/range.h"
#include <limits>
#include "base/logging.h"
-namespace ui {
+namespace gfx {
Range::Range(const NSRange& range) {
*this = range;
« no previous file with comments | « ui/gfx/range/range.cc ('k') | ui/gfx/range/range_mac_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698