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

Unified Diff: mojo/edk/system/core.h

Issue 2596373002: [mojo] Fix some lint errors (Closed)
Patch Set: Created 4 years 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/edk/embedder/embedder.cc ('k') | mojo/edk/system/core.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/system/core.h
diff --git a/mojo/edk/system/core.h b/mojo/edk/system/core.h
index e32e2d2a8e6715f969dc2053112cfc9999cf5358..21b44b1a69f45ff0505e36b10220b3e57de42aeb 100644
--- a/mojo/edk/system/core.h
+++ b/mojo/edk/system/core.h
@@ -6,6 +6,7 @@
#define MOJO_EDK_SYSTEM_CORE_H_
#include <memory>
+#include <string>
#include <vector>
#include "base/callback.h"
@@ -39,7 +40,7 @@ namespace edk {
// are thread-safe.
class MOJO_SYSTEM_IMPL_EXPORT Core {
public:
- explicit Core();
+ Core();
virtual ~Core();
// Called exactly once, shortly after construction, and before any other
@@ -278,7 +279,7 @@ class MOJO_SYSTEM_IMPL_EXPORT Core {
const MojoHandleSignals* signals,
uint32_t num_handles,
MojoDeadline deadline,
- uint32_t *result_index,
+ uint32_t* result_index,
HandleSignalsState* signals_states);
// Used to pass ownership of our NodeController over to the IO thread in the
« no previous file with comments | « mojo/edk/embedder/embedder.cc ('k') | mojo/edk/system/core.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698