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

Unified Diff: mojo/shell/native_runner.h

Issue 1119763002: Fix html_viewer Windows build after r327559 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « mojo/runner/native_application_support.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/native_runner.h
diff --git a/mojo/shell/native_runner.h b/mojo/shell/native_runner.h
index b98cb82e2d462c48b9c563350237b6d574a9f129..314f6b7a593083c49e1ecb1cbb9b1aa82f103ed3 100644
--- a/mojo/shell/native_runner.h
+++ b/mojo/shell/native_runner.h
@@ -10,6 +10,10 @@
#include "mojo/public/cpp/bindings/interface_request.h"
#include "mojo/public/interfaces/application/application.mojom.h"
+#if defined(OS_WIN)
+#undef DELETE
+#endif
+
namespace base {
class FilePath;
}
« no previous file with comments | « mojo/runner/native_application_support.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698