Remove invalid include headers

This commit is contained in:
deepak1556 2018-04-12 15:18:26 +05:30 committed by Samuel Attard
parent 0cbffb15cc
commit a5bdb8103b
4 changed files with 2 additions and 3 deletions

View file

@ -28,7 +28,7 @@ LoginHandler::LoginHandler(
// avoid breaking the app login event.
std::unique_ptr<base::DictionaryValue> request_details(
new base::DictionaryValue);
request_details->SetKey("url", base::Value(url));
request_details->SetKey("url", base::Value(url.spec()));
BrowserThread::PostTask(
BrowserThread::UI, FROM_HERE,