diff options
Diffstat (limited to 'chrome/views/label.cc')
-rw-r--r-- | chrome/views/label.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/views/label.cc b/chrome/views/label.cc index f543a2d..ed8de0f 100644 --- a/chrome/views/label.cc +++ b/chrome/views/label.cc @@ -11,7 +11,7 @@ #include "chrome/common/gfx/chrome_canvas.h" #include "chrome/common/gfx/chrome_font.h" #include "chrome/common/gfx/insets.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/background.h" |