| Index: ui/base/dragdrop/os_exchange_data_provider_aura.h
|
| diff --git a/ui/base/dragdrop/os_exchange_data_provider_aura.h b/ui/base/dragdrop/os_exchange_data_provider_aura.h
|
| index 5598edd55953e78636c921ada57c024913d62cfa..6ef93ca101eff2807f5cfd09c526c1bad55128d4 100644
|
| --- a/ui/base/dragdrop/os_exchange_data_provider_aura.h
|
| +++ b/ui/base/dragdrop/os_exchange_data_provider_aura.h
|
| @@ -35,7 +35,9 @@ class UI_BASE_EXPORT OSExchangeDataProviderAura
|
| virtual void SetPickledData(const OSExchangeData::CustomFormat& format,
|
| const Pickle& data) OVERRIDE;
|
| virtual bool GetString(base::string16* data) const OVERRIDE;
|
| - virtual bool GetURLAndTitle(GURL* url, base::string16* title) const OVERRIDE;
|
| + virtual bool GetURLAndTitle(OSExchangeData::FilenameToURLPolicy policy,
|
| + GURL* url,
|
| + base::string16* title) const OVERRIDE;
|
| virtual bool GetFilename(base::FilePath* path) const OVERRIDE;
|
| virtual bool GetFilenames(
|
| std::vector<OSExchangeData::FileInfo>* filenames) const OVERRIDE;
|
|
|