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

Unified Diff: chrome/browser/chromeos/extensions/file_manager_util.h

Issue 10939011: Reland "Revert 156830 - drive: Stop exposing operation_registry() from DriveServiceInterface" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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/chromeos/extensions/file_manager_util.h
diff --git a/chrome/browser/chromeos/extensions/file_manager_util.h b/chrome/browser/chromeos/extensions/file_manager_util.h
index e7e531c853ab9402c90c175a2093b6caf6f4cdce..edec36dfaf88bbef8237dc33590cb81513ced1ab 100644
--- a/chrome/browser/chromeos/extensions/file_manager_util.h
+++ b/chrome/browser/chromeos/extensions/file_manager_util.h
@@ -9,7 +9,7 @@
#include <vector>
#include "base/file_path.h"
-#include "chrome/browser/google_apis/operation_registry.h"
+#include "chrome/browser/chromeos/gdata/drive_service_interface.h"
#include "googleurl/src/gurl.h"
#include "ui/base/dialogs/select_file_dialog.h"
@@ -91,7 +91,7 @@ bool ShouldBeOpenedWithPdfPlugin(Profile* profile, const char* file_extension);
// Converts the vector of progress status to their JSON (Value) form.
base::ListValue* ProgressStatusVectorToListValue(
Profile* profile, const GURL& origin_url,
- const std::vector<gdata::OperationRegistry::ProgressStatus>& list);
+ const gdata::OperationProgressStatusList& list);
} // namespace file_manager_util

Powered by Google App Engine
This is Rietveld 408576698