Index: chrome/browser/extensions/api/file_system/file_system_api.h |
diff --git a/chrome/browser/extensions/api/file_system/file_system_api.h b/chrome/browser/extensions/api/file_system/file_system_api.h |
index a8ff51366b5213740c286baa256ad2ed391cdbc1..a2a8c706df9c701bf37f607eb7e1fabb0eb19f70 100644 |
--- a/chrome/browser/extensions/api/file_system/file_system_api.h |
+++ b/chrome/browser/extensions/api/file_system/file_system_api.h |
@@ -40,7 +40,7 @@ class FileSystemGetDisplayPathFunction : public ChromeSyncExtensionFunction { |
protected: |
virtual ~FileSystemGetDisplayPathFunction() {} |
- virtual bool RunImpl() OVERRIDE; |
+ virtual bool RunSync() OVERRIDE; |
}; |
class FileSystemEntryFunction : public ChromeAsyncExtensionFunction { |
@@ -105,7 +105,7 @@ class FileSystemIsWritableEntryFunction : public ChromeSyncExtensionFunction { |
protected: |
virtual ~FileSystemIsWritableEntryFunction() {} |
- virtual bool RunImpl() OVERRIDE; |
+ virtual bool RunSync() OVERRIDE; |
}; |
class FileSystemChooseEntryFunction : public FileSystemEntryFunction { |
@@ -198,7 +198,7 @@ class FileSystemIsRestorableFunction : public ChromeSyncExtensionFunction { |
protected: |
virtual ~FileSystemIsRestorableFunction() {} |
- virtual bool RunImpl() OVERRIDE; |
+ virtual bool RunSync() OVERRIDE; |
}; |
class FileSystemRestoreEntryFunction : public FileSystemEntryFunction { |