diff options
Diffstat (limited to 'chrome/browser/chromeos/drive/file_system/copy_operation.h')
-rw-r--r-- | chrome/browser/chromeos/drive/file_system/copy_operation.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/chromeos/drive/file_system/copy_operation.h b/chrome/browser/chromeos/drive/file_system/copy_operation.h index a0756ef..e460610 100644 --- a/chrome/browser/chromeos/drive/file_system/copy_operation.h +++ b/chrome/browser/chromeos/drive/file_system/copy_operation.h @@ -23,8 +23,8 @@ class DriveFileSystemInterface; class DriveServiceInterface; class DriveUploaderInterface; -using gdata::DocumentEntry; -using gdata::GDataErrorCode; +using google_apis::DocumentEntry; +using google_apis::GDataErrorCode; namespace file_system { |