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

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

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 | « no previous file | ui/base/dragdrop/os_exchange_data_provider_aura.cc » ('j') | 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.h
diff --git a/ui/base/dragdrop/os_exchange_data_provider_aura.h b/ui/base/dragdrop/os_exchange_data_provider_aura.h
index d94c6beecc3c3e79f885cc4e372c53dce52bc444..526cc0a7765b2ed16b0ecbff90c44817786c6102 100644
--- a/ui/base/dragdrop/os_exchange_data_provider_aura.h
+++ b/ui/base/dragdrop/os_exchange_data_provider_aura.h
@@ -20,8 +20,7 @@ namespace ui {
class UI_EXPORT OSExchangeDataProviderAura : public OSExchangeData::Provider {
public:
OSExchangeDataProviderAura();
-
- virtual ~OSExchangeDataProviderAura() {}
+ virtual ~OSExchangeDataProviderAura();
// Overridden from OSExchangeData::Provider:
virtual void SetString(const string16& data) OVERRIDE;
« no previous file with comments | « no previous file | ui/base/dragdrop/os_exchange_data_provider_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698