| Index: ui/base/dragdrop/os_exchange_data_provider_aurax11_unittest.cc | 
| diff --git a/ui/base/dragdrop/os_exchange_data_provider_aurax11_unittest.cc b/ui/base/dragdrop/os_exchange_data_provider_aurax11_unittest.cc | 
| index 90fa7c20420cf43d131ecf4b99eeaab35ba400a9..c96661c482fb778d6327cea632cbeb0dbc3f07b6 100644 | 
| --- a/ui/base/dragdrop/os_exchange_data_provider_aurax11_unittest.cc | 
| +++ b/ui/base/dragdrop/os_exchange_data_provider_aurax11_unittest.cc | 
| @@ -13,6 +13,7 @@ | 
| #include "base/strings/utf_string_conversions.h" | 
| #include "testing/gtest/include/gtest/gtest.h" | 
| #include "ui/base/dragdrop/file_info.h" | 
| +#include "ui/base/x/x11_util.h" | 
| #include "ui/events/platform/x11/x11_event_source_glib.h" | 
| #include "url/gurl.h" | 
|  | 
| @@ -32,9 +33,7 @@ class OSExchangeDataProviderAuraX11Test : public testing::Test { | 
| scoped_refptr<base::RefCountedMemory> mem( | 
| base::RefCountedString::TakeString(&contents_copy)); | 
|  | 
| -    provider.format_map_.Insert( | 
| -        provider.atom_cache_.GetAtom(ui::Clipboard::kMimeTypeURIList), | 
| -        mem); | 
| +    provider.format_map_.Insert(GetAtom(ui::Clipboard::kMimeTypeURIList), mem); | 
| } | 
|  | 
| protected: | 
|  |