Fix build break
[chromium-blink-merge.git] / chrome / browser / google_apis / drive_upload_error.h
blob8b85593436c3b4b39d853f2e9c778068e06c72fd
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CHROME_BROWSER_GOOGLE_APIS_DRIVE_UPLOAD_ERROR_H_
6 #define CHROME_BROWSER_GOOGLE_APIS_DRIVE_UPLOAD_ERROR_H_
8 namespace google_apis {
10 // Represents errors on uploading a file to Drive.
11 enum DriveUploadError {
12 DRIVE_UPLOAD_OK,
13 DRIVE_UPLOAD_ERROR_NOT_FOUND,
14 DRIVE_UPLOAD_ERROR_NO_SPACE,
15 DRIVE_UPLOAD_ERROR_CONFLICT,
16 DRIVE_UPLOAD_ERROR_ABORT,
19 } // namespace google_apis
21 #endif // CHROME_BROWSER_GOOGLE_APIS_DRIVE_UPLOAD_ERROR_H_