Move content/network to services/network.

https://chromium-review.googlesource.com/891646
This commit is contained in:
deepak1556 2018-04-08 23:02:24 +05:30 committed by Samuel Attard
parent fba2ab0996
commit 806acbdf12
5 changed files with 21 additions and 20 deletions

View file

@ -47,6 +47,7 @@
#include "native_mate/object_template_builder.h"
#include "net/ssl/client_cert_identity.h"
#include "net/ssl/ssl_cert_request_info.h"
#include "services/network/public/cpp/network_switches.h"
#include "ui/base/l10n/l10n_util.h"
#include "ui/gfx/image/image.h"
@ -1304,7 +1305,7 @@ void AppendSwitch(const std::string& switch_string, mate::Arguments* args) {
if (base::EndsWith(switch_string, "-path",
base::CompareCase::INSENSITIVE_ASCII) ||
switch_string == switches::kLogNetLog) {
switch_string == network::switches::kLogNetLog) {
base::FilePath path;
args->GetNext(&path);
command_line->AppendSwitchPath(switch_string, path);