| Index: ui/base/dragdrop/os_exchange_data_provider_aurax11.h
|
| diff --git a/ui/base/dragdrop/os_exchange_data_provider_aurax11.h b/ui/base/dragdrop/os_exchange_data_provider_aurax11.h
|
| index c83f955ab8a08a4a1ea986cd2cd6ded2722d5cb6..c9a7276fd4fa2b35993497b1876d42d55c878e77 100644
|
| --- a/ui/base/dragdrop/os_exchange_data_provider_aurax11.h
|
| +++ b/ui/base/dragdrop/os_exchange_data_provider_aurax11.h
|
| @@ -66,7 +66,9 @@ class UI_BASE_EXPORT OSExchangeDataProviderAuraX11
|
| virtual void SetPickledData(const OSExchangeData::CustomFormat& format,
|
| const Pickle& pickle) 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;
|
|
|