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

Unified Diff: services/catalog/catalog.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/catalog.h ('k') | services/catalog/data/capabilities » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/catalog/catalog.cc
diff --git a/mojo/services/catalog/catalog.cc b/services/catalog/catalog.cc
similarity index 98%
rename from mojo/services/catalog/catalog.cc
rename to services/catalog/catalog.cc
index dd679f975d7c2022442ef6f66d43a9284241873c..3a45f773c91cf00ef4a5bc685625e970b22f5e2a 100644
--- a/mojo/services/catalog/catalog.cc
+++ b/services/catalog/catalog.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/catalog.h"
+#include "services/catalog/catalog.h"
#include "base/bind.h"
#include "base/json/json_file_value_serializer.h"
@@ -11,9 +11,9 @@
#include "base/task_runner_util.h"
#include "base/thread_task_runner_handle.h"
#include "mojo/common/url_type_converters.h"
-#include "mojo/services/catalog/entry.h"
-#include "mojo/services/catalog/manifest_provider.h"
-#include "mojo/services/catalog/store.h"
+#include "services/catalog/entry.h"
+#include "services/catalog/manifest_provider.h"
+#include "services/catalog/store.h"
#include "services/shell/public/cpp/names.h"
#include "url/gurl.h"
#include "url/url_util.h"
« no previous file with comments | « services/catalog/catalog.h ('k') | services/catalog/data/capabilities » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698