| Index: third_party/WebKit/Source/core/clipboard/DataObject.h
|
| diff --git a/third_party/WebKit/Source/core/clipboard/DataObject.h b/third_party/WebKit/Source/core/clipboard/DataObject.h
|
| index 05a4f58a70197815c8ead1af1565250a634199c8..19133ae5d69c1da7ee91d371487c0531e2cdf7d8 100644
|
| --- a/third_party/WebKit/Source/core/clipboard/DataObject.h
|
| +++ b/third_party/WebKit/Source/core/clipboard/DataObject.h
|
| @@ -36,7 +36,6 @@
|
| #include "platform/PasteMode.h"
|
| #include "platform/Supplementable.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/ListHashSet.h"
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/Vector.h"
|
| #include "wtf/text/StringHash.h"
|
| @@ -73,7 +72,7 @@ public:
|
| // WebCore helpers.
|
| void clearData(const String& type);
|
|
|
| - ListHashSet<String> types() const;
|
| + Vector<String> types() const;
|
| String getData(const String& type) const;
|
| void setData(const String& type, const String& data);
|
|
|
|
|