| Index: chrome/browser/extensions/extension_file_browser_private_api.h
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_file_browser_private_api.h (revision 102115)
|
| +++ chrome/browser/extensions/extension_file_browser_private_api.h (working copy)
|
| @@ -233,7 +233,6 @@
|
| void* context) OVERRIDE;
|
|
|
| private:
|
| -#if defined(OS_CHROMEOS)
|
| struct MountParamaters {
|
| MountParamaters(const std::string& type,
|
| const chromeos::MountPathOptions& options)
|
| @@ -242,7 +241,6 @@
|
| std::string mount_type;
|
| chromeos::MountPathOptions mount_options;
|
| };
|
| -#endif
|
|
|
| DECLARE_EXTENSION_FUNCTION_NAME("fileBrowserPrivate.addMount");
|
| };
|
| @@ -310,7 +308,7 @@
|
| virtual bool RunImpl() OVERRIDE;
|
|
|
| private:
|
| -#if defined(OS_CHROMEOS)
|
| +#ifdef OS_CHROMEOS
|
| const std::string& DeviceTypeToString(chromeos::DeviceType type);
|
| #endif
|
|
|
|
|