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

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

Issue 2709013003: mediaview: Implement ArcDocumentsProviderWatcherManager. (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_documents_provider_backend_delegate.h
diff --git a/chrome/browser/chromeos/arc/fileapi/arc_documents_provider_backend_delegate.h b/chrome/browser/chromeos/arc/fileapi/arc_documents_provider_backend_delegate.h
index 60adf53e039c24ba1c2a2daef1770affddc95aa6..2fbad140c9258bfefd2b7cf08199be04d3b99458 100644
--- a/chrome/browser/chromeos/arc/fileapi/arc_documents_provider_backend_delegate.h
+++ b/chrome/browser/chromeos/arc/fileapi/arc_documents_provider_backend_delegate.h
@@ -10,6 +10,7 @@
#include "base/macros.h"
#include "chrome/browser/chromeos/arc/fileapi/arc_documents_provider_async_file_util.h"
#include "chrome/browser/chromeos/arc/fileapi/arc_documents_provider_root_map.h"
+#include "chrome/browser/chromeos/arc/fileapi/arc_documents_provider_watcher_manager.h"
#include "chrome/browser/chromeos/fileapi/file_system_backend_delegate.h"
namespace arc {
@@ -42,6 +43,7 @@ class ArcDocumentsProviderBackendDelegate
private:
ArcDocumentsProviderRootMap roots_;
ArcDocumentsProviderAsyncFileUtil async_file_util_;
+ ArcDocumentsProviderWatcherManager watcher_manager_;
DISALLOW_COPY_AND_ASSIGN(ArcDocumentsProviderBackendDelegate);
};
« no previous file with comments | « chrome/browser/chromeos/BUILD.gn ('k') | chrome/browser/chromeos/arc/fileapi/arc_documents_provider_backend_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698