Index: components/font_service/font_service_app.cc |
diff --git a/components/font_service/font_service_app.cc b/components/font_service/font_service_app.cc |
index 275db7fa468dda405205b3711acc8ce1ddd5df93..21c688f581ffbc2f9b7db90e882ecd52461a8362 100644 |
--- a/components/font_service/font_service_app.cc |
+++ b/components/font_service/font_service_app.cc |
@@ -8,8 +8,8 @@ |
#include "base/files/file.h" |
#include "base/files/file_path.h" |
-#include "mojo/application/public/cpp/application_connection.h" |
#include "mojo/platform_handle/platform_handle_functions.h" |
+#include "mojo/shell/public/cpp/application_connection.h" |
static_assert(static_cast<uint32_t>(SkTypeface::kNormal) == |
static_cast<uint32_t>(font_service::TYPEFACE_STYLE_NORMAL), |