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

Unified Diff: mojo/edk/system/core_test_base.cc

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/system/core_test_base.h ('k') | mojo/edk/system/core_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/system/core_test_base.cc
diff --git a/mojo/system/core_test_base.cc b/mojo/edk/system/core_test_base.cc
similarity index 97%
rename from mojo/system/core_test_base.cc
rename to mojo/edk/system/core_test_base.cc
index 05181351af48f6880bb61d1930d8def1adc07a57..0f2c7cc9f4a2de0d677a4cd90e0b7e812696eaf4 100644
--- a/mojo/system/core_test_base.cc
+++ b/mojo/edk/system/core_test_base.cc
@@ -2,18 +2,18 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "mojo/system/core_test_base.h"
+#include "mojo/edk/system/core_test_base.h"
#include <vector>
#include "base/compiler_specific.h"
#include "base/logging.h"
#include "base/memory/ref_counted.h"
-#include "mojo/embedder/simple_platform_support.h"
-#include "mojo/system/constants.h"
-#include "mojo/system/core.h"
-#include "mojo/system/dispatcher.h"
-#include "mojo/system/memory.h"
+#include "mojo/edk/embedder/simple_platform_support.h"
+#include "mojo/edk/system/constants.h"
+#include "mojo/edk/system/core.h"
+#include "mojo/edk/system/dispatcher.h"
+#include "mojo/edk/system/memory.h"
namespace mojo {
namespace system {
« no previous file with comments | « mojo/edk/system/core_test_base.h ('k') | mojo/edk/system/core_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698