diff options
author | pam@chromium.org <pam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-20 11:31:25 +0000 |
---|---|---|
committer | pam@chromium.org <pam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-20 11:31:25 +0000 |
commit | be28b5f45adbddf37352a014e86c2ac48a893103 (patch) | |
tree | ab1c7c04a73e3ecadbbe75c954242a7211fe0c66 /chrome/browser/google | |
parent | c26c39b6ba32c64d9320552fdb31f00869846531 (diff) | |
download | chromium_src-be28b5f45adbddf37352a014e86c2ac48a893103.zip chromium_src-be28b5f45adbddf37352a014e86c2ac48a893103.tar.gz chromium_src-be28b5f45adbddf37352a014e86c2ac48a893103.tar.bz2 |
Move files related to registry-controlled domains into a new net/base/registry_controlled_domains/ subdirectory.
This includes net/base/registry_controlled_domain.* and net/base/effective_tld_names*
BUG=138047
TEST=covered by existing tests
Review URL: https://chromiumcodereview.appspot.com/10796033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147641 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/google')
-rw-r--r-- | chrome/browser/google/google_util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/google/google_util.cc b/chrome/browser/google/google_util.cc index 97a16a7..1e59459 100644 --- a/chrome/browser/google/google_util.cc +++ b/chrome/browser/google/google_util.cc @@ -20,7 +20,7 @@ #include "chrome/installer/util/google_update_settings.h" #include "googleurl/src/gurl.h" #include "googleurl/src/url_parse.h" -#include "net/base/registry_controlled_domain.h" +#include "net/base/registry_controlled_domains/registry_controlled_domain.h" #if defined(OS_MACOSX) #include "chrome/browser/mac/keystone_glue.h" |