Index: chrome/browser/chromeos/extensions/file_browser_event_router.h |
diff --git a/chrome/browser/chromeos/extensions/file_browser_event_router.h b/chrome/browser/chromeos/extensions/file_browser_event_router.h |
index 4572adeff12537d16192f8d72cdce98fd83b5509..3b0ad61af186e003b9cfaf439f1e43e9724d5aeb 100644 |
--- a/chrome/browser/chromeos/extensions/file_browser_event_router.h |
+++ b/chrome/browser/chromeos/extensions/file_browser_event_router.h |
@@ -156,6 +156,9 @@ class FileBrowserEventRouter |
const std::string& device_path, |
bool small); |
+ // Returns the GDataFileSystem for the current profile. |
+ gdata::GDataFileSystem* GetFileSystem() const; |
+ |
scoped_refptr<FileWatcherDelegate> delegate_; |
WatcherMap file_watchers_; |
scoped_ptr<FileBrowserNotifications> notifications_; |