diff options
author | tzik@google.com <tzik@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-22 09:30:28 +0000 |
---|---|---|
committer | tzik@google.com <tzik@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-22 09:30:28 +0000 |
commit | fb0fc20c8a2c6efe7fdedac1ceb340c22fe95efc (patch) | |
tree | a2d1cbf3859dc74f7f82b28fb85c4cb498cc097e /chrome/browser/chromeos/contacts/gdata_contacts_service.h | |
parent | 8046f202114590cfd16e4c2ee51a74e7fe097804 (diff) | |
download | chromium_src-fb0fc20c8a2c6efe7fdedac1ceb340c22fe95efc.zip chromium_src-fb0fc20c8a2c6efe7fdedac1ceb340c22fe95efc.tar.gz chromium_src-fb0fc20c8a2c6efe7fdedac1ceb340c22fe95efc.tar.bz2 |
Rename namespace 'gdata' to 'google_apis', since it is now now irrelevant.
BUG=155469
TBR=estade@chromium.org
Review URL: https://codereview.chromium.org/11180002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163248 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/contacts/gdata_contacts_service.h')
-rw-r--r-- | chrome/browser/chromeos/contacts/gdata_contacts_service.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/chromeos/contacts/gdata_contacts_service.h b/chrome/browser/chromeos/contacts/gdata_contacts_service.h index 4aabedf..8df8217 100644 --- a/chrome/browser/chromeos/contacts/gdata_contacts_service.h +++ b/chrome/browser/chromeos/contacts/gdata_contacts_service.h @@ -22,7 +22,7 @@ namespace base { class Value; } -namespace gdata { +namespace google_apis { class AuthService; class OperationRunner; } @@ -65,7 +65,7 @@ class GDataContactsService : public GDataContactsServiceInterface { explicit GDataContactsService(Profile* profile); virtual ~GDataContactsService(); - gdata::AuthService* auth_service_for_testing(); + google_apis::AuthService* auth_service_for_testing(); const std::string& cached_my_contacts_group_id_for_testing() const { return cached_my_contacts_group_id_; @@ -105,7 +105,7 @@ class GDataContactsService : public GDataContactsServiceInterface { Profile* profile_; // not owned - scoped_ptr<gdata::OperationRunner> runner_; + scoped_ptr<google_apis::OperationRunner> runner_; // Group ID for the "My Contacts" system contacts group. // Cached after a DownloadContactsRequest has completed. |