diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-04 16:11:13 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-04 16:11:13 +0000 |
commit | 5f5ef801658debba7197799d1b2615fa33cf1a2f (patch) | |
tree | c449e34c94453539072c10fb214520a18f64155d /chrome/service/cloud_print/print_system_cups.cc | |
parent | 606c785700d3ed9c6ed233764ca49168f0336325 (diff) | |
download | chromium_src-5f5ef801658debba7197799d1b2615fa33cf1a2f.zip chromium_src-5f5ef801658debba7197799d1b2615fa33cf1a2f.tar.gz chromium_src-5f5ef801658debba7197799d1b2615fa33cf1a2f.tar.bz2 |
chrome: Migrate from googleurl/ includes to url/ ones. Part 3.
BUG=229660
TBR=thestig@chromium.org
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/18523004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210197 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/service/cloud_print/print_system_cups.cc')
-rw-r--r-- | chrome/service/cloud_print/print_system_cups.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/service/cloud_print/print_system_cups.cc b/chrome/service/cloud_print/print_system_cups.cc index 4669cc9..cacca73 100644 --- a/chrome/service/cloud_print/print_system_cups.cc +++ b/chrome/service/cloud_print/print_system_cups.cc @@ -28,12 +28,12 @@ #include "chrome/common/child_process_logging.h" #include "chrome/common/cloud_print/cloud_print_constants.h" #include "chrome/service/cloud_print/cloud_print_helpers.h" -#include "googleurl/src/gurl.h" #include "grit/generated_resources.h" #include "printing/backend/cups_helper.h" #include "printing/backend/print_backend.h" #include "printing/backend/print_backend_consts.h" #include "ui/base/l10n/l10n_util.h" +#include "url/gurl.h" namespace { |