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

Unified Diff: mojo/application/public/cpp/tests/service_registry_unittest.cc

Issue 1139123006: Fork the mojo shell interfaces used by Mandoline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 5 years, 7 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
Index: mojo/application/public/cpp/tests/service_registry_unittest.cc
diff --git a/third_party/mojo/src/mojo/public/cpp/application/tests/service_registry_unittest.cc b/mojo/application/public/cpp/tests/service_registry_unittest.cc
similarity index 94%
rename from third_party/mojo/src/mojo/public/cpp/application/tests/service_registry_unittest.cc
rename to mojo/application/public/cpp/tests/service_registry_unittest.cc
index e0c5a9d3b9010863de890c1552a9a87148da6cd6..a746026da865f2deba657a9cff4f3a7b04557bd0 100644
--- a/third_party/mojo/src/mojo/public/cpp/application/tests/service_registry_unittest.cc
+++ b/mojo/application/public/cpp/tests/service_registry_unittest.cc
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "mojo/public/cpp/application/lib/service_registry.h"
+#include "mojo/application/public/cpp/lib/service_registry.h"
-#include "mojo/public/cpp/application/service_connector.h"
+#include "mojo/application/public/cpp/service_connector.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace mojo {

Powered by Google App Engine
This is Rietveld 408576698