Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(478)

Side by Side Diff: chrome/browser/google_apis/gdata_errorcode.h

Issue 10920091: Move Drive API files to google_apis directory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename google_api directory to google_apis Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 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 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_CHROMEOS_GDATA_GDATA_ERRORCODE_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_GDATA_GDATA_ERRORCODE_H_
6 #define CHROME_BROWSER_CHROMEOS_GDATA_GDATA_ERRORCODE_H_ 6 #define CHROME_BROWSER_CHROMEOS_GDATA_GDATA_ERRORCODE_H_
7 7
8 namespace gdata { 8 namespace gdata {
9 9
10 // HTTP errors that can be returned by GData service. 10 // HTTP errors that can be returned by GData service.
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 DRIVE_FILE_ERROR_ABORT = -12, 47 DRIVE_FILE_ERROR_ABORT = -12,
48 DRIVE_FILE_ERROR_NOT_A_FILE = -13, 48 DRIVE_FILE_ERROR_NOT_A_FILE = -13,
49 DRIVE_FILE_ERROR_NOT_EMPTY = -14, 49 DRIVE_FILE_ERROR_NOT_EMPTY = -14,
50 DRIVE_FILE_ERROR_INVALID_URL = -15, 50 DRIVE_FILE_ERROR_INVALID_URL = -15,
51 DRIVE_FILE_ERROR_NO_CONNECTION = -16, 51 DRIVE_FILE_ERROR_NO_CONNECTION = -16,
52 }; 52 };
53 53
54 } // namespace gdata 54 } // namespace gdata
55 55
56 #endif // CHROME_BROWSER_CHROMEOS_GDATA_GDATA_ERRORCODE_H_ 56 #endif // CHROME_BROWSER_CHROMEOS_GDATA_GDATA_ERRORCODE_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698