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

Side by Side Diff: chrome/browser/sync_file_system/drive_backend_v1/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
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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_SYNC_FILE_SYSTEM_DRIVE_BACKEND_V1_API_UTIL_H_ 5 #ifndef CHROME_BROWSER_SYNC_FILE_SYSTEM_DRIVE_BACKEND_V1_API_UTIL_H_
6 #define CHROME_BROWSER_SYNC_FILE_SYSTEM_DRIVE_BACKEND_V1_API_UTIL_H_ 6 #define CHROME_BROWSER_SYNC_FILE_SYSTEM_DRIVE_BACKEND_V1_API_UTIL_H_
7 7
8 #include <map> 8 #include <map>
9 #include <string> 9 #include <string>
10 10
11 #include "base/memory/weak_ptr.h" 11 #include "base/memory/weak_ptr.h"
12 #include "base/threading/non_thread_safe.h" 12 #include "base/threading/non_thread_safe.h"
13 #include "chrome/browser/drive/drive_service_interface.h" 13 #include "chrome/browser/drive/drive_service_interface.h"
14 #include "chrome/browser/google_apis/drive_api_url_generator.h"
15 #include "chrome/browser/google_apis/gdata_wapi_url_generator.h"
16 #include "chrome/browser/sync_file_system/drive_backend_v1/api_util_interface.h" 14 #include "chrome/browser/sync_file_system/drive_backend_v1/api_util_interface.h"
15 #include "google_apis/drive/drive_api_url_generator.h"
16 #include "google_apis/drive/gdata_wapi_url_generator.h"
17 #include "net/base/network_change_notifier.h" 17 #include "net/base/network_change_notifier.h"
18 #include "webkit/common/blob/scoped_file.h" 18 #include "webkit/common/blob/scoped_file.h"
19 19
20 class GURL; 20 class GURL;
21 class Profile; 21 class Profile;
22 22
23 namespace drive { class DriveUploaderInterface; } 23 namespace drive { class DriveUploaderInterface; }
24 24
25 namespace sync_file_system { 25 namespace sync_file_system {
26 namespace drive_backend { 26 namespace drive_backend {
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 258
259 ObserverList<APIUtilObserver> observers_; 259 ObserverList<APIUtilObserver> observers_;
260 260
261 DISALLOW_COPY_AND_ASSIGN(APIUtil); 261 DISALLOW_COPY_AND_ASSIGN(APIUtil);
262 }; 262 };
263 263
264 } // namespace drive_backend 264 } // namespace drive_backend
265 } // namespace sync_file_system 265 } // namespace sync_file_system
266 266
267 #endif // CHROME_BROWSER_SYNC_FILE_SYSTEM_DRIVE_BACKEND_V1_API_UTIL_H_ 267 #endif // CHROME_BROWSER_SYNC_FILE_SYSTEM_DRIVE_BACKEND_V1_API_UTIL_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698