diff options
Diffstat (limited to 'chrome/browser/google_apis/operation_runner.cc')
-rw-r--r-- | chrome/browser/google_apis/operation_runner.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/google_apis/operation_runner.cc b/chrome/browser/google_apis/operation_runner.cc index f8e1e10..0a9a12b 100644 --- a/chrome/browser/google_apis/operation_runner.cc +++ b/chrome/browser/google_apis/operation_runner.cc @@ -12,7 +12,7 @@ using content::BrowserThread; -namespace gdata { +namespace google_apis { OperationRunner::OperationRunner(Profile* profile, const std::vector<std::string>& scopes) @@ -98,4 +98,4 @@ void OperationRunner::RetryOperation( StartOperation(operation); } -} // namespace gdata +} // namespace google_apis |