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

Unified Diff: printing/page_overlays.cc

Issue 6257006: Move a bunch of random other files to src/ui/base... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 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 | « chrome/test/render_view_test.cc ('k') | printing/printed_document.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/page_overlays.cc
===================================================================
--- printing/page_overlays.cc (revision 71854)
+++ printing/page_overlays.cc (working copy)
@@ -4,7 +4,6 @@
#include "printing/page_overlays.h"
-#include "app/text_elider.h"
#include "base/logging.h"
#include "base/string_number_conversions.h"
#include "base/string_util.h"
@@ -192,7 +191,7 @@
} else if (0 == output.compare(offset,
wcslen(kUrl),
kUrl)) {
- // TODO(maruel): http://b/1126373 gfx::ElideUrl(document.url(), ...)
+ // TODO(maruel): http://b/1126373 ui::ElideUrl(document.url(), ...)
offset = ReplaceKey(&output,
offset,
wcslen(kUrl),
« no previous file with comments | « chrome/test/render_view_test.cc ('k') | printing/printed_document.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698