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

Unified Diff: chrome/browser/sync_file_system/sync_event_observer.h

Issue 11316133: Added implementation of SyncEventObserver to route events to Javascript Extension. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Kinuko Review #4 Created 8 years, 1 month 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/sync_file_system/sync_event_observer.h
diff --git a/chrome/browser/sync_file_system/sync_event_observer.h b/chrome/browser/sync_file_system/sync_event_observer.h
index 6dd2cca6c87cd2b806ea07070b77fc11d49ec7ba..f2b663f9f84f4cf2c9699c77bf082898458cbfea 100644
--- a/chrome/browser/sync_file_system/sync_event_observer.h
+++ b/chrome/browser/sync_file_system/sync_event_observer.h
@@ -9,6 +9,8 @@
#include "webkit/fileapi/syncable/sync_operation_type.h"
+class GURL;
benwells 2012/11/29 04:37:58 Why is this needed?
calvinlo 2012/11/29 05:01:22 It's for line 48. Previously this header wasn't be
+
namespace fileapi {
class FileSystemURL;
}

Powered by Google App Engine
This is Rietveld 408576698