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

Unified Diff: chrome/browser/chromeos/file_system_provider/service.h

Issue 679573002: [fsp] Separate recursive and non-recursive watchers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed. Created 6 years, 2 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/file_system_provider/service.h
diff --git a/chrome/browser/chromeos/file_system_provider/service.h b/chrome/browser/chromeos/file_system_provider/service.h
index a46e2109e738a9151405840b0c094d48fcaaa011..2c4f7913ba37623082572beae7d08de58359e2ee 100644
--- a/chrome/browser/chromeos/file_system_provider/service.h
+++ b/chrome/browser/chromeos/file_system_provider/service.h
@@ -133,7 +133,7 @@ class Service : public KeyedService,
const ProvidedFileSystemInfo& file_system_info,
const ObservedEntry& observed_entry,
ProvidedFileSystemObserver::ChangeType change_type,
- const ProvidedFileSystemObserver::ChildChanges& child_changes,
+ const ProvidedFileSystemObserver::Changes& changes,
const base::Closure& callback) override;
virtual void OnObservedEntryTagUpdated(
const ProvidedFileSystemInfo& file_system_info,

Powered by Google App Engine
This is Rietveld 408576698