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

Unified Diff: mojo/public/cpp/system/macros.h

Issue 392783006: Mojo: Split public/cpp/system/core.h into pieces (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
Index: mojo/public/cpp/system/macros.h
diff --git a/mojo/public/cpp/system/macros.h b/mojo/public/cpp/system/macros.h
index ac4f3dbc84cd293896b1d7e784bbee562cce1ba0..687db10f132d20744d22a66b00a30c09497e8fb1 100644
--- a/mojo/public/cpp/system/macros.h
+++ b/mojo/public/cpp/system/macros.h
@@ -5,7 +5,10 @@
#ifndef MOJO_PUBLIC_CPP_SYSTEM_MACROS_H_
#define MOJO_PUBLIC_CPP_SYSTEM_MACROS_H_
+#include <assert.h>
viettrungluu 2014/07/15 00:44:09 Why this include?
+
#include "mojo/public/c/system/macros.h"
+#include "mojo/public/c/system/system_export.h"
viettrungluu 2014/07/15 00:44:09 And this?
Hajime Morrita 2014/07/15 17:38:15 Moved these to their clients based on the IWYU pol
// Annotate a virtual method indicating it must be overriding a virtual method
// in the parent class. Use like:

Powered by Google App Engine
This is Rietveld 408576698