Chromium Code Reviews| 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..eede7acd453bcc7111f655412d02c79ad462129f 100644 |
| --- a/chrome/browser/chromeos/extensions/file_browser_event_router.h |
| +++ b/chrome/browser/chromeos/extensions/file_browser_event_router.h |
| @@ -156,6 +156,8 @@ class FileBrowserEventRouter |
| const std::string& device_path, |
| bool small); |
| + gdata::GDataFileSystem* GetFileSystem() const; |
|
satorux1
2012/05/03 16:49:29
function comment is missing. one line comment woul
hshi
2012/05/03 17:46:35
Done.
|
| + |
| scoped_refptr<FileWatcherDelegate> delegate_; |
| WatcherMap file_watchers_; |
| scoped_ptr<FileBrowserNotifications> notifications_; |