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

Unified Diff: services/catalog/entry.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.h ('k') | services/catalog/entry_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/catalog/entry.cc
diff --git a/mojo/services/catalog/entry.cc b/services/catalog/entry.cc
similarity index 99%
rename from mojo/services/catalog/entry.cc
rename to services/catalog/entry.cc
index c806822db5bf80c312414966b2ff53aa87cfd3e7..8d0784ba6bbe2f412f7623571f1fc6a54bdc1f0a 100644
--- a/mojo/services/catalog/entry.cc
+++ b/services/catalog/entry.cc
@@ -2,11 +2,11 @@
// 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/values.h"
-#include "mojo/services/catalog/store.h"
#include "mojo/util/filename_util.h"
+#include "services/catalog/store.h"
#include "services/shell/public/cpp/names.h"
#include "url/gurl.h"
« no previous file with comments | « services/catalog/entry.h ('k') | services/catalog/entry_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698