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

Unified Diff: components/arc/test/fake_file_system_instance.cc

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
« no previous file with comments | « components/arc/test/fake_file_system_instance.h ('k') | storage/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/test/fake_file_system_instance.cc
diff --git a/components/arc/test/fake_file_system_instance.cc b/components/arc/test/fake_file_system_instance.cc
index 4a3dcc89b826e8c5f6722049b094f378c8af7b23..f522024e2c1f847d018479fc0045790146709617 100644
--- a/components/arc/test/fake_file_system_instance.cc
+++ b/components/arc/test/fake_file_system_instance.cc
@@ -121,9 +121,10 @@ void FakeFileSystemInstance::AddDocument(const Document& document) {
}
}
-void FakeFileSystemInstance::TriggerWatchers(const std::string& authority,
- const std::string& document_id,
- mojom::ChangeType type) {
+void FakeFileSystemInstance::TriggerWatchers(
+ const std::string& authority,
+ const std::string& document_id,
+ storage::WatcherManager::ChangeType type) {
DCHECK(thread_checker_.CalledOnValidThread());
if (!host_) {
LOG(ERROR) << "FileSystemHost is not available.";
« no previous file with comments | « components/arc/test/fake_file_system_instance.h ('k') | storage/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698