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

Unified Diff: mojo/embedder/platform_handle_vector.h

Issue 623883002: Revert "Move mojo edk into mojo/edk" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/embedder/platform_handle_utils_win.cc ('k') | mojo/embedder/platform_shared_buffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/embedder/platform_handle_vector.h
diff --git a/mojo/edk/embedder/platform_handle_vector.h b/mojo/embedder/platform_handle_vector.h
similarity index 72%
rename from mojo/edk/embedder/platform_handle_vector.h
rename to mojo/embedder/platform_handle_vector.h
index 96356b7f21a9c5ec1ab33a4597b724278014f27c..db5341962332570a529316c26b862b8d260a5d81 100644
--- a/mojo/edk/embedder/platform_handle_vector.h
+++ b/mojo/embedder/platform_handle_vector.h
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MOJO_EDK_EMBEDDER_PLATFORM_HANDLE_VECTOR_H_
-#define MOJO_EDK_EMBEDDER_PLATFORM_HANDLE_VECTOR_H_
+#ifndef MOJO_EMBEDDER_PLATFORM_HANDLE_VECTOR_H_
+#define MOJO_EMBEDDER_PLATFORM_HANDLE_VECTOR_H_
#include <vector>
#include "base/memory/scoped_ptr.h"
-#include "mojo/edk/embedder/platform_handle.h"
-#include "mojo/edk/embedder/platform_handle_utils.h"
-#include "mojo/edk/system/system_impl_export.h"
+#include "mojo/embedder/platform_handle.h"
+#include "mojo/embedder/platform_handle_utils.h"
+#include "mojo/system/system_impl_export.h"
namespace mojo {
namespace embedder {
@@ -32,4 +32,4 @@ typedef scoped_ptr<PlatformHandleVector, PlatformHandleVectorDeleter>
} // namespace embedder
} // namespace mojo
-#endif // MOJO_EDK_EMBEDDER_PLATFORM_HANDLE_VECTOR_H_
+#endif // MOJO_EMBEDDER_PLATFORM_HANDLE_VECTOR_H_
« no previous file with comments | « mojo/embedder/platform_handle_utils_win.cc ('k') | mojo/embedder/platform_shared_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698