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

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

Issue 8568010: Minor build fixes for aura/touchui (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address reviewer comments. 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 | « content/browser/renderer_host/render_widget_host_view.cc ('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 18b4128ebe7cdfe7e49a16fc166ef690457647f7..349b89fff9317ab6bef42dd5de07d7c9b1962810 100644
--- a/ui/base/dragdrop/os_exchange_data_provider_aura.cc
+++ b/ui/base/dragdrop/os_exchange_data_provider_aura.cc
@@ -69,7 +69,8 @@ OSExchangeData::Provider* OSExchangeData::CreateProvider() {
}
// static
-void* OSExchangeData::RegisterCustomFormat(const std::string& type) {
+OSExchangeData::CustomFormat
+OSExchangeData::RegisterCustomFormat(const std::string& type) {
// TODO(davemoore) Implement this for aura.
return NULL;
}
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698