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

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

Issue 656393002: [fsp] Pass proper data to Notify(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: 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/provided_file_system_interface.h
diff --git a/chrome/browser/chromeos/file_system_provider/provided_file_system_interface.h b/chrome/browser/chromeos/file_system_provider/provided_file_system_interface.h
index b33c974569dc6f18407b1b6ddc0feab8d790ca32..8346a3aac3f09187c78da9e8196dd2d236a444da 100644
--- a/chrome/browser/chromeos/file_system_provider/provided_file_system_interface.h
+++ b/chrome/browser/chromeos/file_system_provider/provided_file_system_interface.h
@@ -207,7 +207,7 @@ class ProvidedFileSystemInterface {
virtual bool Notify(
const base::FilePath& observed_path,
ProvidedFileSystemObserver::ChangeType change_type,
- const ProvidedFileSystemObserver::ChildChanges& child_changes,
+ scoped_ptr<ProvidedFileSystemObserver::ChildChanges> child_changes,
const std::string& tag) = 0;
// Returns a provided file system info for this file system.

Powered by Google App Engine
This is Rietveld 408576698