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

Side by Side Diff: chrome/browser/drive/drive_api_util.h

Issue 96413002: Move c/b/google_apis to google_apis/drive. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years 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
« no previous file with comments | « chrome/browser/drive/drive_api_service.cc ('k') | chrome/browser/drive/drive_api_util.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_DRIVE_DRIVE_API_UTIL_H_ 5 #ifndef CHROME_BROWSER_DRIVE_DRIVE_API_UTIL_H_
6 #define CHROME_BROWSER_DRIVE_DRIVE_API_UTIL_H_ 6 #define CHROME_BROWSER_DRIVE_DRIVE_API_UTIL_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/memory/scoped_ptr.h" 10 #include "base/memory/scoped_ptr.h"
11 #include "chrome/browser/drive/drive_service_interface.h" 11 #include "chrome/browser/drive/drive_service_interface.h"
12 #include "chrome/browser/google_apis/drive_common_callbacks.h" 12 #include "google_apis/drive/drive_common_callbacks.h"
13 #include "chrome/browser/google_apis/drive_entry_kinds.h" 13 #include "google_apis/drive/drive_entry_kinds.h"
14 #include "chrome/browser/google_apis/gdata_errorcode.h" 14 #include "google_apis/drive/gdata_errorcode.h"
15 15
16 class GURL; 16 class GURL;
17 17
18 namespace base { 18 namespace base {
19 class FilePath; 19 class FilePath;
20 class Value; 20 class Value;
21 } // namespace base 21 } // namespace base
22 22
23 namespace google_apis { 23 namespace google_apis {
24 class AccountMetadata; 24 class AccountMetadata;
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 std::string GetMd5Digest(const base::FilePath& file_path); 127 std::string GetMd5Digest(const base::FilePath& file_path);
128 128
129 // The resource ID for the root directory for WAPI is defined in the spec: 129 // The resource ID for the root directory for WAPI is defined in the spec:
130 // https://developers.google.com/google-apps/documents-list/ 130 // https://developers.google.com/google-apps/documents-list/
131 extern const char kWapiRootDirectoryResourceId[]; 131 extern const char kWapiRootDirectoryResourceId[];
132 132
133 } // namespace util 133 } // namespace util
134 } // namespace drive 134 } // namespace drive
135 135
136 #endif // CHROME_BROWSER_DRIVE_DRIVE_API_UTIL_H_ 136 #endif // CHROME_BROWSER_DRIVE_DRIVE_API_UTIL_H_
OLDNEW
« no previous file with comments | « chrome/browser/drive/drive_api_service.cc ('k') | chrome/browser/drive/drive_api_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698