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

Unified Diff: services/catalog/entry_unittest.cc

Issue 1878893002: Move //mojo/services tracing & catalog to //services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@63move
Patch Set: . Created 4 years, 8 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 | « services/catalog/entry.cc ('k') | services/catalog/factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/catalog/entry_unittest.cc
diff --git a/mojo/services/catalog/entry_unittest.cc b/services/catalog/entry_unittest.cc
similarity index 97%
rename from mojo/services/catalog/entry_unittest.cc
rename to services/catalog/entry_unittest.cc
index 643841c74aed4d186844dfeef5e15952ac9fe5fe..47e286d8172cdf11b092e0e6acb35e823f39f4bc 100644
--- a/mojo/services/catalog/entry_unittest.cc
+++ b/services/catalog/entry_unittest.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "mojo/services/catalog/entry.h"
+#include "services/catalog/entry.h"
#include "base/files/file_path.h"
#include "base/json/json_file_value_serializer.h"
@@ -35,7 +35,7 @@ class EntryTest : public testing::Test {
base::FilePath manifest_path;
PathService::Get(base::DIR_SOURCE_ROOT, &manifest_path);
manifest_path = manifest_path.AppendASCII(
- "mojo/services/catalog/data/" + manifest);
+ "services/catalog/data/" + manifest);
JSONFileValueDeserializer deserializer(manifest_path);
int error = 0;
« no previous file with comments | « services/catalog/entry.cc ('k') | services/catalog/factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698