From 0528372f5fc79ee479957fcbf10cac1f3429642a Mon Sep 17 00:00:00 2001 From: "glen@chromium.org" Date: Thu, 6 Nov 2008 21:27:37 +0000 Subject: Add a function for eliding filenames to a set pixel width while preserving the display of the extension. This touches a lot of files because it renames url_elider to text_elider (as it already contained a bunch of text ellision functions), and so requires header file reference changes. BUG=1208 Review URL: http://codereview.chromium.org/9613 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4912 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/views/status_bubble.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/views/status_bubble.cc') diff --git a/chrome/browser/views/status_bubble.cc b/chrome/browser/views/status_bubble.cc index 31c675f..526e9b3 100644 --- a/chrome/browser/views/status_bubble.cc +++ b/chrome/browser/views/status_bubble.cc @@ -11,7 +11,7 @@ #include "chrome/app/theme/theme_resources.h" #include "chrome/common/animation.h" #include "chrome/common/gfx/chrome_canvas.h" -#include "chrome/common/gfx/url_elider.h" +#include "chrome/common/gfx/text_elider.h" #include "chrome/common/l10n_util.h" #include "chrome/common/resource_bundle.h" #include "chrome/views/label.h" -- cgit v1.1