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

Unified Diff: views/metrics_aura.cc

Issue 7833016: aura: A few changes to have aura_demo compile and run on linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 3 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/ui.gyp ('k') | views/views_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/metrics_aura.cc
diff --git a/views/metrics_aura.cc b/views/metrics_aura.cc
index 6c8fef420192643b578f7c2ca1580a14a72a2eb9..46fb9b938aef472e686a6fd413c199dfdbb870ef 100644
--- a/views/metrics_aura.cc
+++ b/views/metrics_aura.cc
@@ -4,7 +4,9 @@
#include "views/metrics.h"
+#if defined(OS_WIN)
#include <windows.h>
+#endif
namespace views {
@@ -24,7 +26,7 @@ int GetMenuShowDelay() {
return delay;
#else
return 0;
-#endif;
+#endif
}
} // namespace views
« no previous file with comments | « ui/ui.gyp ('k') | views/views_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698