diff options
Diffstat (limited to 'ui/gfx/font.cc')
-rw-r--r-- | ui/gfx/font.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/gfx/font.cc b/ui/gfx/font.cc index 78b1a34..08b7b34 100644 --- a/ui/gfx/font.cc +++ b/ui/gfx/font.cc @@ -2,10 +2,10 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "gfx/font.h" +#include "ui/gfx/font.h" #include "base/utf_string_conversions.h" -#include "gfx/platform_font.h" +#include "ui/gfx/platform_font.h" namespace gfx { |