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

Unified Diff: mojo/system/data_pipe_unittest.cc

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/system/data_pipe_producer_dispatcher.cc ('k') | mojo/system/dispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/system/data_pipe_unittest.cc
diff --git a/mojo/edk/system/data_pipe_unittest.cc b/mojo/system/data_pipe_unittest.cc
similarity index 99%
rename from mojo/edk/system/data_pipe_unittest.cc
rename to mojo/system/data_pipe_unittest.cc
index 8d2e4eb038efee84bc5afa95019bf7f1f23ab8bb..bbdafe9d762a4296f6d5afa8186e57f67f8dbe19 100644
--- a/mojo/edk/system/data_pipe_unittest.cc
+++ b/mojo/system/data_pipe_unittest.cc
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "mojo/edk/system/data_pipe.h"
+#include "mojo/system/data_pipe.h"
#include <stddef.h>
#include <stdint.h>
#include <limits>
-#include "mojo/edk/system/constants.h"
+#include "mojo/system/constants.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace mojo {
« no previous file with comments | « mojo/system/data_pipe_producer_dispatcher.cc ('k') | mojo/system/dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698