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

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

Issue 7569005: Rename UI_API to UI_EXPORT. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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 | « ui/base/dragdrop/gtk_dnd_util.h ('k') | ui/base/dragdrop/os_exchange_data_provider_gtk.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/dragdrop/os_exchange_data.h
===================================================================
--- ui/base/dragdrop/os_exchange_data.h (revision 95624)
+++ ui/base/dragdrop/os_exchange_data.h (working copy)
@@ -21,7 +21,7 @@
#include "base/file_path.h"
#include "base/memory/scoped_ptr.h"
#include "ui/base/dragdrop/download_file_interface.h"
-#include "ui/ui_api.h"
+#include "ui/base/ui_export.h"
class GURL;
class Pickle;
@@ -42,7 +42,7 @@
// TabContentsViewGtk uses a different class to handle drag support that does
// not use OSExchangeData. As such, file contents and html support is only
// compiled on windows.
-class UI_API OSExchangeData {
+class UI_EXPORT OSExchangeData {
public:
// CustomFormats are used for non-standard data types. For example, bookmark
// nodes are written using a CustomFormat.
@@ -65,7 +65,7 @@
};
// Encapsulates the info about a file to be downloaded.
- struct UI_API DownloadFileInfo {
+ struct UI_EXPORT DownloadFileInfo {
DownloadFileInfo(const FilePath& filename,
DownloadFileProvider* downloader);
~DownloadFileInfo();
@@ -76,7 +76,7 @@
// Provider defines the platform specific part of OSExchangeData that
// interacts with the native system.
- class UI_API Provider {
+ class UI_EXPORT Provider {
public:
Provider() {}
virtual ~Provider() {}
« no previous file with comments | « ui/base/dragdrop/gtk_dnd_util.h ('k') | ui/base/dragdrop/os_exchange_data_provider_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698