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

Unified Diff: chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_util.h

Issue 125733003: [SyncFS] Clean up V1 drive_file_sync_util.h dependency from V2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 11 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_v1/drive_file_sync_util.h
diff --git a/chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_util.h b/chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_util.h
index 22f6229da662ffdb62e559dac556420b785f9344..7287ff2c599a259405b28016959fb73006fc291f 100644
--- a/chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_util.h
+++ b/chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_util.h
@@ -10,10 +10,6 @@
namespace sync_file_system {
-// Translates GDataErrorCode to SyncStatusCode.
-SyncStatusCode GDataErrorCodeToSyncStatusCode(
- google_apis::GDataErrorCode error);
-
// Enables or disables Drive API in Sync FileSystem API.
// TODO(nhiroki): This method should go away when we completely migrate to
// DriveAPI. (http://crbug.com/234557)

Powered by Google App Engine
This is Rietveld 408576698