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

Side by Side Diff: components/drive/service/drive_api_service.h

Issue 1190203002: Move (most of) chrome/browser/drive into components/drive/service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... Created 5 years, 5 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
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_SERVICE_H_ 5 #ifndef COMPONENTS_DRIVE_SERVICE_DRIVE_API_SERVICE_H_
6 #define CHROME_BROWSER_DRIVE_DRIVE_API_SERVICE_H_ 6 #define COMPONENTS_DRIVE_SERVICE_DRIVE_API_SERVICE_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/memory/ref_counted.h" 10 #include "base/memory/ref_counted.h"
11 #include "base/memory/scoped_ptr.h" 11 #include "base/memory/scoped_ptr.h"
12 #include "base/memory/weak_ptr.h" 12 #include "base/memory/weak_ptr.h"
13 #include "base/observer_list.h" 13 #include "base/observer_list.h"
14 #include "base/threading/thread_checker.h" 14 #include "base/threading/thread_checker.h"
15 #include "chrome/browser/drive/drive_service_interface.h" 15 #include "components/drive/service/drive_service_interface.h"
16 #include "google_apis/drive/auth_service_interface.h" 16 #include "google_apis/drive/auth_service_interface.h"
17 #include "google_apis/drive/auth_service_observer.h" 17 #include "google_apis/drive/auth_service_observer.h"
18 #include "google_apis/drive/drive_api_url_generator.h" 18 #include "google_apis/drive/drive_api_url_generator.h"
19 19
20 class GURL; 20 class GURL;
21 class OAuth2TokenService; 21 class OAuth2TokenService;
22 22
23 namespace base { 23 namespace base {
24 class FilePath; 24 class FilePath;
25 class SequencedTaskRunner; 25 class SequencedTaskRunner;
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 scoped_ptr<google_apis::FilesListRequestRunner> files_list_request_runner_; 259 scoped_ptr<google_apis::FilesListRequestRunner> files_list_request_runner_;
260 base::ObserverList<DriveServiceObserver> observers_; 260 base::ObserverList<DriveServiceObserver> observers_;
261 google_apis::DriveApiUrlGenerator url_generator_; 261 google_apis::DriveApiUrlGenerator url_generator_;
262 const std::string custom_user_agent_; 262 const std::string custom_user_agent_;
263 263
264 DISALLOW_COPY_AND_ASSIGN(DriveAPIService); 264 DISALLOW_COPY_AND_ASSIGN(DriveAPIService);
265 }; 265 };
266 266
267 } // namespace drive 267 } // namespace drive
268 268
269 #endif // CHROME_BROWSER_DRIVE_DRIVE_API_SERVICE_H_ 269 #endif // COMPONENTS_DRIVE_SERVICE_DRIVE_API_SERVICE_H_
OLDNEW
« no previous file with comments | « components/drive/event_logger_unittest.cc ('k') | components/drive/service/drive_api_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698