diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-13 20:01:40 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-13 20:01:40 +0000 |
commit | 79fe227571a36a13128546564e542a742ebb8523 (patch) | |
tree | f712e2e984db2e8f02da51662a148085fffc6ee2 /chromeos | |
parent | aeda9d98cc0893bbaed8f0d774d1f19a15f55e2a (diff) | |
download | chromium_src-79fe227571a36a13128546564e542a742ebb8523.zip chromium_src-79fe227571a36a13128546564e542a742ebb8523.tar.gz chromium_src-79fe227571a36a13128546564e542a742ebb8523.tar.bz2 |
Migrate from googleurl/ includes to url/ ones in the remaining top-level directories.
BUG=229660
TBR=darin@chromium.org
Review URL: https://codereview.chromium.org/18919005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211572 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos')
-rw-r--r-- | chromeos/ime/input_method_descriptor.cc | 2 | ||||
-rw-r--r-- | chromeos/ime/input_method_descriptor.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chromeos/ime/input_method_descriptor.cc b/chromeos/ime/input_method_descriptor.cc index 785884e..5e0a3e7 100644 --- a/chromeos/ime/input_method_descriptor.cc +++ b/chromeos/ime/input_method_descriptor.cc @@ -8,7 +8,7 @@ #include "base/logging.h" #include "base/strings/string_split.h" -#include "googleurl/src/gurl.h" +#include "url/gurl.h" namespace chromeos { namespace input_method { diff --git a/chromeos/ime/input_method_descriptor.h b/chromeos/ime/input_method_descriptor.h index fc2cf27..c410719 100644 --- a/chromeos/ime/input_method_descriptor.h +++ b/chromeos/ime/input_method_descriptor.h @@ -10,7 +10,7 @@ #include "base/basictypes.h" #include "chromeos/chromeos_export.h" -#include "googleurl/src/gurl.h" +#include "url/gurl.h" namespace chromeos { namespace input_method { |