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

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

Issue 14736007: Expose os_exchange_data_provider_chromeos to aura builds (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix extraneous gyp line Created 7 years, 8 months 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_chromeos.h b/ui/base/dragdrop/os_exchange_data_provider_aura.h
similarity index 88%
rename from ui/base/dragdrop/os_exchange_data_provider_chromeos.h
rename to ui/base/dragdrop/os_exchange_data_provider_aura.h
index a514664e08d2180333cad9fa8e32e109fb494a86..54c8b9ea14ce698c1d8bc6b7bb5a876bb32afdb0 100644
--- a/ui/base/dragdrop/os_exchange_data_provider_chromeos.h
+++ b/ui/base/dragdrop/os_exchange_data_provider_aura.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UI_BASE_DRAGDROP_OS_EXCHANGE_DATA_PROVIDER_CHROMEOS_H_
-#define UI_BASE_DRAGDROP_OS_EXCHANGE_DATA_PROVIDER_CHROMEOS_H_
+#ifndef UI_BASE_DRAGDROP_OS_EXCHANGE_DATA_PROVIDER_AURA_H_
+#define UI_BASE_DRAGDROP_OS_EXCHANGE_DATA_PROVIDER_AURA_H_
#include <map>
@@ -19,11 +19,11 @@ namespace ui {
class Clipboard;
// OSExchangeData::Provider implementation for aura on linux.
-class UI_EXPORT OSExchangeDataProviderChromeos
+class UI_EXPORT OSExchangeDataProviderAura
: public OSExchangeData::Provider {
public:
- OSExchangeDataProviderChromeos();
- virtual ~OSExchangeDataProviderChromeos();
+ OSExchangeDataProviderAura();
+ virtual ~OSExchangeDataProviderAura();
// Overridden from OSExchangeData::Provider:
virtual void SetString(const string16& data) OVERRIDE;
@@ -86,9 +86,9 @@ class UI_EXPORT OSExchangeDataProviderChromeos
string16 html_;
GURL base_url_;
- DISALLOW_COPY_AND_ASSIGN(OSExchangeDataProviderChromeos);
+ DISALLOW_COPY_AND_ASSIGN(OSExchangeDataProviderAura);
};
} // namespace ui
-#endif // UI_BASE_DRAGDROP_OS_EXCHANGE_DATA_PROVIDER_CHROMEOS_H_
+#endif // UI_BASE_DRAGDROP_OS_EXCHANGE_DATA_PROVIDER_AURA_H_
« 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