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

Unified Diff: services/catalog/catalog.h

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/DEPS ('k') | services/catalog/catalog.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/catalog/catalog.h
diff --git a/mojo/services/catalog/catalog.h b/services/catalog/catalog.h
similarity index 90%
rename from mojo/services/catalog/catalog.h
rename to services/catalog/catalog.h
index 640ba1a1e54b993496e618368e1795ce051e6e19..48cda4c6218409fa29996785f8f988686f33d27f 100644
--- a/mojo/services/catalog/catalog.h
+++ b/services/catalog/catalog.h
@@ -2,19 +2,19 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MOJO_SERVICES_CATALOG_CATALOG_H_
-#define MOJO_SERVICES_CATALOG_CATALOG_H_
+#ifndef SERVICES_CATALOG_CATALOG_H_
+#define SERVICES_CATALOG_CATALOG_H_
#include "base/files/file_path.h"
#include "base/memory/weak_ptr.h"
#include "base/path_service.h"
#include "base/values.h"
#include "mojo/public/cpp/bindings/binding_set.h"
-#include "mojo/services/catalog/entry.h"
-#include "mojo/services/catalog/public/interfaces/catalog.mojom.h"
-#include "mojo/services/catalog/public/interfaces/resolver.mojom.h"
-#include "mojo/services/catalog/store.h"
-#include "mojo/services/catalog/types.h"
+#include "services/catalog/entry.h"
+#include "services/catalog/public/interfaces/catalog.mojom.h"
+#include "services/catalog/public/interfaces/resolver.mojom.h"
+#include "services/catalog/store.h"
+#include "services/catalog/types.h"
#include "services/shell/public/cpp/interface_factory.h"
#include "services/shell/public/interfaces/shell_resolver.mojom.h"
@@ -112,4 +112,4 @@ class Catalog : public mojom::Resolver,
} // namespace catalog
-#endif // MOJO_SERVICES_CATALOG_CATALOG_H_
+#endif // SERVICES_CATALOG_CATALOG_H_
« no previous file with comments | « services/catalog/DEPS ('k') | services/catalog/catalog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698