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

Unified Diff: chrome/browser/chromeos/drive/drive_task_executor.h

Issue 11787028: New FileSystemURL cracking (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix test on Win Created 7 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/chromeos/drive/drive_task_executor.h
diff --git a/chrome/browser/chromeos/drive/drive_task_executor.h b/chrome/browser/chromeos/drive/drive_task_executor.h
index 9d7eeba5f5710ac3ddfe364a3c66902ce7412a20..f415127dc96f950301ce65d26ac7db61e3ebcdb4 100644
--- a/chrome/browser/chromeos/drive/drive_task_executor.h
+++ b/chrome/browser/chromeos/drive/drive_task_executor.h
@@ -25,7 +25,7 @@ class DriveTaskExecutor : public file_handler_util::FileTaskExecutor {
public:
// FileTaskExecutor overrides
virtual bool ExecuteAndNotify(
- const std::vector<GURL>& file_urls,
+ const std::vector<fileapi::FileSystemURL>& file_urls,
const file_handler_util::FileTaskFinishedCallback& done) OVERRIDE;
private:

Powered by Google App Engine
This is Rietveld 408576698