summaryrefslogtreecommitdiffstats
path: root/printing
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-19 08:20:56 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-19 08:20:56 +0000
commit6145198177d58f79e7ed1b44fee883ea074fc5fa (patch)
tree306253d68fa38b61d49da733316a31b6d377a7ca /printing
parenteb776a32dcb148e37c7d5990161c6fff9f2f534a (diff)
downloadchromium_src-6145198177d58f79e7ed1b44fee883ea074fc5fa.zip
chromium_src-6145198177d58f79e7ed1b44fee883ea074fc5fa.tar.gz
chromium_src-6145198177d58f79e7ed1b44fee883ea074fc5fa.tar.bz2
Move text_elider from app/gfx to app/
TBR=darin BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42090 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'printing')
-rw-r--r--printing/page_overlays.cc2
-rw-r--r--printing/printed_document.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/printing/page_overlays.cc b/printing/page_overlays.cc
index e01b02e..89353da 100644
--- a/printing/page_overlays.cc
+++ b/printing/page_overlays.cc
@@ -4,7 +4,7 @@
#include "printing/page_overlays.h"
-#include "app/gfx/text_elider.h"
+#include "app/text_elider.h"
#include "base/logging.h"
#include "base/string_util.h"
#include "base/utf_string_conversions.h"
diff --git a/printing/printed_document.cc b/printing/printed_document.cc
index 7857859..bdbf4c8 100644
--- a/printing/printed_document.cc
+++ b/printing/printed_document.cc
@@ -10,7 +10,7 @@
#include <vector>
#include "app/gfx/font.h"
-#include "app/gfx/text_elider.h"
+#include "app/text_elider.h"
#include "base/file_util.h"
#include "base/i18n/file_util_icu.h"
#include "base/message_loop.h"