| Index: chrome/renderer/extensions/sync_file_system_custom_bindings.h
|
| ===================================================================
|
| --- chrome/renderer/extensions/sync_file_system_custom_bindings.h (revision 186747)
|
| +++ chrome/renderer/extensions/sync_file_system_custom_bindings.h (working copy)
|
| @@ -6,15 +6,13 @@
|
| #define CHROME_RENDERER_EXTENSIONS_SYNC_FILE_SYSTEM_CUSTOM_BINDINGS_H_
|
|
|
| #include "chrome/renderer/extensions/chrome_v8_extension.h"
|
| -#include "v8/include/v8.h"
|
|
|
| namespace extensions {
|
|
|
| // Implements custom bindings for the sync file system API.
|
| class SyncFileSystemCustomBindings : public ChromeV8Extension {
|
| public:
|
| - SyncFileSystemCustomBindings(Dispatcher* dispatcher,
|
| - v8::Handle<v8::Context> v8_context);
|
| + SyncFileSystemCustomBindings();
|
|
|
| private:
|
| // FileSystemObject GetSyncFileSystemObject(string name, string root_url):
|
|
|