commit | 761fa4704b79bb85722cef092c6a8c7f0ff55287 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Jul 02 15:25:15 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Jul 02 15:25:15 2013 |
tree | fee30920cad1d7c0828f602e6d311900ad323abd | |
parent | 896ff9b6181832710c42efe84bcd1959611fb3a5 [diff] [blame] |
chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 1 BUG=229660 [email protected] Review URL: https://chromiumcodereview.appspot.com/18054023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209705 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/component_updater/component_updater_service.cc b/chrome/browser/component_updater/component_updater_service.cc index 8048855..7b3d6833 100644 --- a/chrome/browser/component_updater/component_updater_service.cc +++ b/chrome/browser/component_updater/component_updater_service.cc
@@ -33,13 +33,13 @@ #include "content/public/browser/notification_service.h" #include "content/public/browser/utility_process_host.h" #include "content/public/browser/utility_process_host_client.h" -#include "googleurl/src/gurl.h" #include "net/base/escape.h" #include "net/base/load_flags.h" #include "net/base/net_errors.h" #include "net/url_request/url_fetcher.h" #include "net/url_request/url_fetcher_delegate.h" #include "net/url_request/url_request_status.h" +#include "url/gurl.h" using content::BrowserThread; using content::UtilityProcessHost;