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

Unified Diff: mojo/edk/embedder/platform_handle_utils.h

Issue 621153003: Move mojo edk into mojo/edk (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix checkdeps Created 6 years, 2 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/edk/embedder/platform_handle.cc ('k') | mojo/edk/embedder/platform_handle_utils_posix.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/embedder/platform_handle_utils.h
diff --git a/mojo/embedder/platform_handle_utils.h b/mojo/edk/embedder/platform_handle_utils.h
similarity index 74%
rename from mojo/embedder/platform_handle_utils.h
rename to mojo/edk/embedder/platform_handle_utils.h
index 9b28df2ab8c7ad122a897f90a909f532bb3a8a96..f594e216c8fc74b8eea6606a45680c01bc7e9934 100644
--- a/mojo/embedder/platform_handle_utils.h
+++ b/mojo/edk/embedder/platform_handle_utils.h
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MOJO_EMBEDDER_PLATFORM_HANDLE_UTILS_H_
-#define MOJO_EMBEDDER_PLATFORM_HANDLE_UTILS_H_
+#ifndef MOJO_EDK_EMBEDDER_PLATFORM_HANDLE_UTILS_H_
+#define MOJO_EDK_EMBEDDER_PLATFORM_HANDLE_UTILS_H_
-#include "mojo/embedder/platform_handle.h"
-#include "mojo/embedder/scoped_platform_handle.h"
-#include "mojo/system/system_impl_export.h"
+#include "mojo/edk/embedder/platform_handle.h"
+#include "mojo/edk/embedder/scoped_platform_handle.h"
+#include "mojo/edk/system/system_impl_export.h"
namespace mojo {
namespace embedder {
@@ -31,4 +31,4 @@ MOJO_SYSTEM_IMPL_EXPORT ScopedPlatformHandle
} // namespace embedder
} // namespace mojo
-#endif // MOJO_EMBEDDER_PLATFORM_HANDLE_UTILS_H_
+#endif // MOJO_EDK_EMBEDDER_PLATFORM_HANDLE_UTILS_H_
« no previous file with comments | « mojo/edk/embedder/platform_handle.cc ('k') | mojo/edk/embedder/platform_handle_utils_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698