diff options
Diffstat (limited to 'chrome/browser/google_apis/gdata_operations.cc')
-rw-r--r-- | chrome/browser/google_apis/gdata_operations.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/google_apis/gdata_operations.cc b/chrome/browser/google_apis/gdata_operations.cc index 046671d..dc22004 100644 --- a/chrome/browser/google_apis/gdata_operations.cc +++ b/chrome/browser/google_apis/gdata_operations.cc @@ -157,7 +157,7 @@ GURL FormatDocumentListURL(const std::string& directory_resource_id) { } // namespace -namespace gdata { +namespace google_apis { //============================ Structs =========================== @@ -1014,4 +1014,4 @@ void GetContactPhotoOperation::RunCallbackOnPrematureFailure( callback_.Run(code, data.Pass()); } -} // namespace gdata +} // namespace google_apis |