From fb0fc20c8a2c6efe7fdedac1ceb340c22fe95efc Mon Sep 17 00:00:00 2001 From: "tzik@google.com" Date: Mon, 22 Oct 2012 09:30:28 +0000 Subject: 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 --- chrome/browser/google_apis/operation_runner.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome/browser/google_apis/operation_runner.h') diff --git a/chrome/browser/google_apis/operation_runner.h b/chrome/browser/google_apis/operation_runner.h index 92193ec..598124b 100644 --- a/chrome/browser/google_apis/operation_runner.h +++ b/chrome/browser/google_apis/operation_runner.h @@ -16,7 +16,7 @@ class Profile; -namespace gdata { +namespace google_apis { class AuthenticatedOperationInterface; class AuthService; @@ -77,6 +77,6 @@ class OperationRunner { DISALLOW_COPY_AND_ASSIGN(OperationRunner); }; -} // namespace gdata +} // namespace google_apis #endif // CHROME_BROWSER_GOOGLE_APIS_OPERATION_RUNNER_H_ -- cgit v1.1