From 8cb449b5e1e32ed78720207acdd7d29361d69441 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Fri, 14 Sep 2018 00:28:47 +1000 Subject: [PATCH] chore: fix linting error on master (#14609) --- brightray/common/main_delegate.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/brightray/common/main_delegate.cc b/brightray/common/main_delegate.cc index b1930463c7f9..9f594d24456d 100644 --- a/brightray/common/main_delegate.cc +++ b/brightray/common/main_delegate.cc @@ -61,9 +61,9 @@ void LoadResourceBundle(const std::string& locale) { bundle.AddDataPackFromPath(pak_dir.Append(FILE_PATH_LITERAL("resources.pak")), ui::SCALE_FACTOR_NONE); #if defined(ENABLE_PDF_VIEWER) - NOTIMPLEMENTED() << "Hi, whoever's fixing PDF support! Thanks! The pdf viewer " - "resources haven't been ported over to the GN build yet, so you'll " - "probably need to change this bit of code."; + NOTIMPLEMENTED() << "Hi, whoever's fixing PDF support! Thanks! The pdf " + "viewer resources haven't been ported over to the GN build yet, so " + "you'll probably need to change this bit of code."; bundle.AddDataPackFromPath( pak_dir.Append(FILE_PATH_LITERAL("pdf_viewer_resources.pak")), ui::GetSupportedScaleFactors()[0]);