Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(129)

Unified Diff: ui/gfx/font_names_testing.h

Issue 2302313002: Configure font font names in GFX unittests (Closed)
Patch Set: Review comments addressed Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/gfx/font_names_testing.h
diff --git a/components/spellcheck/common/spellcheck_message_generator.h b/ui/gfx/font_names_testing.h
similarity index 53%
copy from components/spellcheck/common/spellcheck_message_generator.h
copy to ui/gfx/font_names_testing.h
index 0876034c524de64af94517fbb0eec76d791d33fb..a3c3a5430fdebd20b9c1886a108f3fe8a81de6c5 100644
--- a/components/spellcheck/common/spellcheck_message_generator.h
+++ b/ui/gfx/font_names_testing.h
@@ -2,8 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Multiply-included file, hence no include guard.
+#ifndef UI_GFX_FONT_NAMES_TESTING_H_
+#define UI_GFX_FONT_NAMES_TESTING_H_
+
+namespace gfx {
+
+extern const char kSymbolFontName[];
+
+} // end namespace gfx
-#if defined(ENABLE_SPELLCHECK)
-#include "components/spellcheck/common/spellcheck_messages.h"
#endif
« ui/gfx/BUILD.gn ('K') | « ui/gfx/font_list_unittest.cc ('k') | ui/gfx/font_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698