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

Unified Diff: services/catalog/factory.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/entry_unittest.cc ('k') | services/catalog/factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/catalog/factory.h
diff --git a/mojo/services/catalog/factory.h b/services/catalog/factory.h
similarity index 88%
rename from mojo/services/catalog/factory.h
rename to services/catalog/factory.h
index df7d369a232d6391f43e691695412c6bd1f00ad5..70f9221aa5997c4b33a4d88da651de15e3bbe4cf 100644
--- a/mojo/services/catalog/factory.h
+++ b/services/catalog/factory.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MOJO_SERVICES_CATALOG_FACTORY_H_
-#define MOJO_SERVICES_CATALOG_FACTORY_H_
+#ifndef SERVICES_CATALOG_FACTORY_H_
+#define SERVICES_CATALOG_FACTORY_H_
#include <map>
#include <string>
@@ -12,9 +12,9 @@
#include "base/memory/scoped_ptr.h"
#include "base/memory/weak_ptr.h"
#include "mojo/public/cpp/bindings/binding.h"
-#include "mojo/services/catalog/public/interfaces/catalog.mojom.h"
-#include "mojo/services/catalog/public/interfaces/resolver.mojom.h"
-#include "mojo/services/catalog/types.h"
+#include "services/catalog/public/interfaces/catalog.mojom.h"
+#include "services/catalog/public/interfaces/resolver.mojom.h"
+#include "services/catalog/types.h"
#include "services/shell/public/cpp/shell_client.h"
#include "services/shell/public/interfaces/shell_client.mojom.h"
#include "services/shell/public/interfaces/shell_resolver.mojom.h"
@@ -85,4 +85,4 @@ class Factory
} // namespace catalog
-#endif // MOJO_SERVICES_CATALOG_FACTORY_H_
+#endif // SERVICES_CATALOG_FACTORY_H_
« no previous file with comments | « services/catalog/entry_unittest.cc ('k') | services/catalog/factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698