Format line length to 80 instead of 100
This commit is contained in:
parent
be0c0e278a
commit
2ece711c2e
27 changed files with 161 additions and 96 deletions
|
@ -31,8 +31,9 @@ class DevToolsNetworkControllerHandle {
|
|||
|
||||
private:
|
||||
void LazyInitialize();
|
||||
void SetNetworkStateOnIO(const std::string& client_id,
|
||||
std::unique_ptr<DevToolsNetworkConditions> conditions);
|
||||
void SetNetworkStateOnIO(
|
||||
const std::string& client_id,
|
||||
std::unique_ptr<DevToolsNetworkConditions> conditions);
|
||||
|
||||
std::unique_ptr<DevToolsNetworkController> controller_;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue