diff options
Diffstat (limited to 'webkit/fileapi/file_system_callback_dispatcher.h')
-rw-r--r-- | webkit/fileapi/file_system_callback_dispatcher.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/fileapi/file_system_callback_dispatcher.h b/webkit/fileapi/file_system_callback_dispatcher.h index 0b4c25b..e5265bd 100644 --- a/webkit/fileapi/file_system_callback_dispatcher.h +++ b/webkit/fileapi/file_system_callback_dispatcher.h @@ -12,7 +12,7 @@ namespace fileapi { // This class mirrors the callbacks in -// third_party/WebKit/WebKit/chromium/public/WebFileSystemCallbacks.h, +// third_party/WebKit/Source/WebKit/chromium/public/WebFileSystemCallbacks.h, // but uses chromium types. class FileSystemCallbackDispatcher { public: |