diff options
Diffstat (limited to 'app/text_elider_unittest.cc')
-rw-r--r-- | app/text_elider_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/text_elider_unittest.cc b/app/text_elider_unittest.cc index f2a81f4f..d976333 100644 --- a/app/text_elider_unittest.cc +++ b/app/text_elider_unittest.cc @@ -2,12 +2,12 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "app/gfx/font.h" #include "app/text_elider.h" #include "app/l10n_util.h" #include "base/file_path.h" #include "base/i18n/rtl.h" #include "base/string_util.h" +#include "gfx/font.h" #include "googleurl/src/gurl.h" #include "testing/gtest/include/gtest/gtest.h" |