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

Unified Diff: ui/base/gtk/owned_widget_gtk.h

Issue 93863005: ui: Rename ui_export.h to ui_base_export.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: UI_BASE_IMPLEMENTATION Created 6 years, 11 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/gtk/gtk_windowing.h ('k') | ui/base/gtk/scoped_region.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/gtk/owned_widget_gtk.h
diff --git a/ui/base/gtk/owned_widget_gtk.h b/ui/base/gtk/owned_widget_gtk.h
index ba3068c970867dbd019f111a5bd2423b8346fe5d..9a1166b8998b45efbb88f8223c2d0c8ddcd1937e 100644
--- a/ui/base/gtk/owned_widget_gtk.h
+++ b/ui/base/gtk/owned_widget_gtk.h
@@ -50,13 +50,13 @@
#define UI_BASE_GTK_OWNED_WIDGET_GTK_H_
#include "base/basictypes.h"
-#include "ui/base/ui_export.h"
+#include "ui/base/ui_base_export.h"
typedef struct _GtkWidget GtkWidget;
namespace ui {
-class UI_EXPORT OwnedWidgetGtk {
+class UI_BASE_EXPORT OwnedWidgetGtk {
public:
// Create an instance that isn't managing any ownership.
OwnedWidgetGtk() : widget_(NULL) { }
« no previous file with comments | « ui/base/gtk/gtk_windowing.h ('k') | ui/base/gtk/scoped_region.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698