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

Unified Diff: ui/app_list/search_result.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 | « content/renderer/text_input_client_observer.cc ('k') | ui/base/gtk/gtk_im_context_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/search_result.h
diff --git a/ui/app_list/search_result.h b/ui/app_list/search_result.h
index 012f9e3a6991bdba7adc544de5b269afcd8c00d4..e8e265fa70b5274c9179955800dbceb3d02d2ce1 100644
--- a/ui/app_list/search_result.h
+++ b/ui/app_list/search_result.h
@@ -12,8 +12,8 @@
#include "base/strings/string16.h"
#include "ui/app_list/app_list_export.h"
#include "ui/base/models/list_model.h"
-#include "ui/base/range/range.h"
#include "ui/gfx/image/image_skia.h"
+#include "ui/gfx/range/range.h"
namespace ui {
class MenuModel;
@@ -45,7 +45,7 @@ class APP_LIST_EXPORT SearchResult {
}
int styles;
- ui::Range range;
+ gfx::Range range;
};
typedef std::vector<Tag> Tags;
« no previous file with comments | « content/renderer/text_input_client_observer.cc ('k') | ui/base/gtk/gtk_im_context_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698