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

Unified Diff: chrome/browser/sync_file_system/drive_backend/drive_service_wrapper.h

Issue 1042803002: Drive: Move inner structures of DriveAPIService under drive namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix tests. Created 5 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/sync_file_system/drive_backend/drive_service_wrapper.h
diff --git a/chrome/browser/sync_file_system/drive_backend/drive_service_wrapper.h b/chrome/browser/sync_file_system/drive_backend/drive_service_wrapper.h
index bb54de1a662785824887b21f141a73c1885eb34e..ce3ee88eb9fe733ac479fef199d5fa39f79ed650 100644
--- a/chrome/browser/sync_file_system/drive_backend/drive_service_wrapper.h
+++ b/chrome/browser/sync_file_system/drive_backend/drive_service_wrapper.h
@@ -20,11 +20,10 @@ class DriveServiceWrapper : public base::SupportsWeakPtr<DriveServiceWrapper> {
public:
explicit DriveServiceWrapper(drive::DriveServiceInterface* drive_service);
- void AddNewDirectory(
- const std::string& parent_resource_id,
- const std::string& directory_title,
- const drive::DriveServiceInterface::AddNewDirectoryOptions& options,
- const google_apis::FileResourceCallback& callback);
+ void AddNewDirectory(const std::string& parent_resource_id,
+ const std::string& directory_title,
+ const drive::AddNewDirectoryOptions& options,
+ const google_apis::FileResourceCallback& callback);
void DeleteResource(
const std::string& resource_id,

Powered by Google App Engine
This is Rietveld 408576698