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

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

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.h ('k') | ui/gfx/range/range_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/range/range.cc
diff --git a/ui/base/range/range.cc b/ui/gfx/range/range.cc
similarity index 96%
rename from ui/base/range/range.cc
rename to ui/gfx/range/range.cc
index a76ddba34b54078c34bef233771da9704d3f8973..9d133d0a833f81f8a41347e3b783ba9e74dc3d17 100644
--- a/ui/base/range/range.cc
+++ b/ui/gfx/range/range.cc
@@ -2,7 +2,7 @@
// 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>
@@ -10,7 +10,7 @@
#include "base/logging.h"
#include "base/strings/stringprintf.h"
-namespace ui {
+namespace gfx {
Range::Range()
: start_(0),
@@ -84,4 +84,4 @@ std::ostream& operator<<(std::ostream& os, const Range& range) {
return os << range.ToString();
}
-} // namespace ui
+} // namespace gfx
« no previous file with comments | « ui/gfx/range/range.h ('k') | ui/gfx/range/range_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698