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

Unified Diff: mojo/embedder/embedder.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/channel_init.cc ('k') | mojo/embedder/embedder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/embedder/embedder.h
diff --git a/mojo/edk/embedder/embedder.h b/mojo/embedder/embedder.h
similarity index 96%
rename from mojo/edk/embedder/embedder.h
rename to mojo/embedder/embedder.h
index ce949d06a916bb8ecd4e36f25b13d59275a3733e..e1d9c60b25f9ccd32f01fd9d1360775f5d8c6138 100644
--- a/mojo/edk/embedder/embedder.h
+++ b/mojo/embedder/embedder.h
@@ -2,16 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MOJO_EDK_EMBEDDER_EMBEDDER_H_
-#define MOJO_EDK_EMBEDDER_EMBEDDER_H_
+#ifndef MOJO_EMBEDDER_EMBEDDER_H_
+#define MOJO_EMBEDDER_EMBEDDER_H_
#include "base/callback.h"
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
#include "base/task_runner.h"
-#include "mojo/edk/embedder/scoped_platform_handle.h"
-#include "mojo/edk/system/system_impl_export.h"
+#include "mojo/embedder/scoped_platform_handle.h"
#include "mojo/public/cpp/system/core.h"
+#include "mojo/system/system_impl_export.h"
namespace mojo {
namespace embedder {
@@ -122,4 +122,4 @@ MOJO_SYSTEM_IMPL_EXPORT MojoResult
} // namespace embedder
} // namespace mojo
-#endif // MOJO_EDK_EMBEDDER_EMBEDDER_H_
+#endif // MOJO_EMBEDDER_EMBEDDER_H_
« no previous file with comments | « mojo/embedder/channel_init.cc ('k') | mojo/embedder/embedder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698