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

Unified Diff: chrome/browser/chromeos/arc/fileapi/arc_file_system_operation_runner.h

Issue 2727113002: mediaview: Add a typemap for arc::mojom::ChangeType. (Closed)
Patch Set: Add a missing source in //storage/browser. Created 3 years, 10 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/arc/fileapi/arc_file_system_operation_runner.h
diff --git a/chrome/browser/chromeos/arc/fileapi/arc_file_system_operation_runner.h b/chrome/browser/chromeos/arc/fileapi/arc_file_system_operation_runner.h
index b95d6a08df3e67756a57df3d58b020642452fa3b..5239346f5302896f59b58407897971801fa9c925 100644
--- a/chrome/browser/chromeos/arc/fileapi/arc_file_system_operation_runner.h
+++ b/chrome/browser/chromeos/arc/fileapi/arc_file_system_operation_runner.h
@@ -112,7 +112,7 @@ class ArcFileSystemOperationRunner
void RemoveWatcher(int64_t watcher_id, const RemoveWatcherCallback& callback);
// FileSystemHost overrides:
- void OnDocumentChanged(int64_t watcher_id, mojom::ChangeType type) override;
+ void OnDocumentChanged(int64_t watcher_id, ChangeType type) override;
// ArcSessionManager::Observer overrides:
void OnArcPlayStoreEnabledChanged(bool enabled) override;

Powered by Google App Engine
This is Rietveld 408576698