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

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: Rebased to ToT. 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 0e5bd29ed13a8ae9451a8b33fd9ea480c35146b1..e378270bbba50a7997c8b411010f76d111a37a6b 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
@@ -113,7 +113,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