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

Unified Diff: mojo/public/c/system/async_waiter.h

Issue 213393002: Mojo: Move public C system header files to mojo/public/c/system/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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/c/system/async_waiter.h
diff --git a/mojo/public/system/async_waiter.h b/mojo/public/c/system/async_waiter.h
similarity index 87%
rename from mojo/public/system/async_waiter.h
rename to mojo/public/c/system/async_waiter.h
index 6726b46f0d0a6755e42db7f346d22068a13804b0..ab999a3bd508d9223f708c85551c76b75381545b 100644
--- a/mojo/public/system/async_waiter.h
+++ b/mojo/public/c/system/async_waiter.h
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MOJO_PUBLIC_SYSTEM_ASYNC_WAITER_H_
-#define MOJO_PUBLIC_SYSTEM_ASYNC_WAITER_H_
+#ifndef MOJO_PUBLIC_C_SYSTEM_ASYNC_WAITER_H_
+#define MOJO_PUBLIC_C_SYSTEM_ASYNC_WAITER_H_
-#include "mojo/public/system/core.h"
+#include "mojo/public/c/system/core.h"
#ifdef __cplusplus
extern "C" {
@@ -37,4 +37,4 @@ struct MojoAsyncWaiter {
} // extern "C"
#endif
-#endif // MOJO_PUBLIC_SYSTEM_ASYNC_WAITER_H_
+#endif // MOJO_PUBLIC_C_SYSTEM_ASYNC_WAITER_H_

Powered by Google App Engine
This is Rietveld 408576698