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/net/url_fixer_upper.h b/chrome/browser/net/url_fixer_upper.h index eaf89c8..57ed512 100644 --- a/chrome/browser/net/url_fixer_upper.h +++ b/chrome/browser/net/url_fixer_upper.h
@@ -8,7 +8,7 @@ #include <string> #include "base/strings/string16.h" -#include "googleurl/src/gurl.h" +#include "url/gurl.h" namespace base { class FilePath;