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

Unified Diff: Source/wtf/UnusedParam.h

Issue 23003024: Revert r156542 "Do not include "wtf/Platform.h" directly. " (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 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 | « Source/wtf/Uint8ClampedArray.h ('k') | Source/wtf/os-win32/inttypes.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/UnusedParam.h
diff --git a/Source/wtf/UnusedParam.h b/Source/wtf/UnusedParam.h
index ae688e1baa7b9be2dde46c6bd6b207173adf4f4e..27ad85f5f57ce192be7f0ff3dcaad52954cdfb9a 100644
--- a/Source/wtf/UnusedParam.h
+++ b/Source/wtf/UnusedParam.h
@@ -21,6 +21,8 @@
#ifndef WTF_UnusedParam_h
#define WTF_UnusedParam_h
+#include "wtf/Platform.h"
+
#define UNUSED_PARAM(variable) (void)variable
#endif /* WTF_UnusedParam_h */
« no previous file with comments | « Source/wtf/Uint8ClampedArray.h ('k') | Source/wtf/os-win32/inttypes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698