From 14e9dd1963bc285048b660045a8037b2e7ba2f67 Mon Sep 17 00:00:00 2001 From: Raphael Kubo da Costa Date: Thu, 25 Sep 2014 19:02:52 +0300 Subject: [PATCH] web_setting: Fix coding style violations. ./web_setting/web_setting.h:20: Lines should be <= 80 characters long [whitespace/line_length] [2] BUG=XWALK-2649 --- web_setting/web_setting.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web_setting/web_setting.h b/web_setting/web_setting.h index bcaddd8..55a2e41 100644 --- a/web_setting/web_setting.h +++ b/web_setting/web_setting.h @@ -17,7 +17,8 @@ class WebSetting { ~WebSetting(); std::unique_ptr RemoveAllCookies(); - std::unique_ptr SetUserAgentString(const std::string& user_agent); + std::unique_ptr SetUserAgentString( + const std::string& user_agent); private: std::string app_id_; -- 2.7.4