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

Unified Diff: ui/base/view_prop.h

Issue 851853002: It is time. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Trying to reup because the last upload failed. Created 5 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/ui_base_switches_util.cc ('k') | ui/base/x/selection_owner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/view_prop.h
diff --git a/ui/base/view_prop.h b/ui/base/view_prop.h
index 3ce14ba5d9572151efdf173f53789529e2534542..f04296257521836490c1e72be96fe6632d1bd2cb 100644
--- a/ui/base/view_prop.h
+++ b/ui/base/view_prop.h
@@ -10,8 +10,8 @@
#include "ui/base/ui_base_export.h"
#include "ui/gfx/native_widget_types.h"
-#if !defined(OS_WIN) && !defined(USE_AURA)
-#error view_prop.h is only for windows and aura builds.
+#if !defined(OS_WIN)
+#error view_prop.h is only for windows builds.
#endif
namespace ui {
« no previous file with comments | « ui/base/ui_base_switches_util.cc ('k') | ui/base/x/selection_owner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698