Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(882)

Unified Diff: ui/base/dragdrop/os_exchange_data_provider_aura.cc

Issue 8558010: clang fails compile on aura drag and drop code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/base/dragdrop/os_exchange_data_provider_aura.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/dragdrop/os_exchange_data_provider_aura.cc
diff --git a/ui/base/dragdrop/os_exchange_data_provider_aura.cc b/ui/base/dragdrop/os_exchange_data_provider_aura.cc
index 88bbae44d8ebc0cb3e32ca94bb560df4ead686c6..c0200127947170b5f9cffa74039c2af2d1564440 100644
--- a/ui/base/dragdrop/os_exchange_data_provider_aura.cc
+++ b/ui/base/dragdrop/os_exchange_data_provider_aura.cc
@@ -12,6 +12,8 @@ namespace ui {
OSExchangeDataProviderAura::OSExchangeDataProviderAura() : formats_(0) {}
+OSExchangeDataProviderAura::~OSExchangeDataProviderAura() {}
+
void OSExchangeDataProviderAura::SetString(const string16& data) {
string_ = data;
formats_ |= OSExchangeData::STRING;
« no previous file with comments | « ui/base/dragdrop/os_exchange_data_provider_aura.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698