diff options
Diffstat (limited to 'app/gfx/text_elider.cc')
-rw-r--r-- | app/gfx/text_elider.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/gfx/text_elider.cc b/app/gfx/text_elider.cc index 93653e0..7568aef 100644 --- a/app/gfx/text_elider.cc +++ b/app/gfx/text_elider.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "app/gfx/chrome_font.h" +#include "app/gfx/font.h" #include "app/gfx/text_elider.h" #include "base/file_path.h" #include "base/string_util.h" |