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

Unified Diff: ui/base/models/dialog_model.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/models/combobox_model_observer.h ('k') | ui/base/models/list_model_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/models/dialog_model.h
diff --git a/ui/base/models/dialog_model.h b/ui/base/models/dialog_model.h
index f7254c55c69bf91e67c2f95765a2ee08449b32be..853eb283441d71808110cce5507daba1489adfcd 100644
--- a/ui/base/models/dialog_model.h
+++ b/ui/base/models/dialog_model.h
@@ -6,15 +6,15 @@
#define UI_BASE_MODELS_DIALOG_MODEL_H_
#include "base/strings/string16.h"
+#include "ui/base/ui_base_export.h"
#include "ui/base/ui_base_types.h"
-#include "ui/base/ui_export.h"
namespace ui {
// A model representing a dialog window. The model provides the content to show
// to the user (i.e. label, title), and the ways the user can interact with it
// (i.e. the buttons).
-class UI_EXPORT DialogModel {
+class UI_BASE_EXPORT DialogModel {
public:
virtual ~DialogModel();
« no previous file with comments | « ui/base/models/combobox_model_observer.h ('k') | ui/base/models/list_model_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698