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

Unified Diff: mojo/services/catalog/store.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 | « mojo/services/catalog/store.h ('k') | mojo/services/catalog/types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/catalog/store.cc
diff --git a/mojo/services/catalog/store.cc b/mojo/services/catalog/store.cc
deleted file mode 100644
index 6c1a6d6ec70a3f931c631724cd603e9ccb43e493..0000000000000000000000000000000000000000
--- a/mojo/services/catalog/store.cc
+++ /dev/null
@@ -1,30 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "mojo/services/catalog/store.h"
-
-namespace catalog {
-
-// static
-const char Store::kManifestVersionKey[] = "manifest_version";
-// static
-const char Store::kNameKey[] = "name";
-// static
-const char Store::kQualifierKey[] = "process-group";
-// static
-const char Store::kDisplayNameKey[] = "display_name";
-// static
-const char Store::kCapabilitiesKey[] = "capabilities";
-// static
-const char Store::kCapabilities_ProvidedKey[] = "provided";
-// static
-const char Store::kCapabilities_RequiredKey[] = "required";
-// static
-const char Store::kCapabilities_ClassesKey[] = "classes";
-// static
-const char Store::kCapabilities_InterfacesKey[] = "interfaces";
-// static
-const char Store::kApplicationsKey[] = "applications";
-
-} // namespace catalog
« no previous file with comments | « mojo/services/catalog/store.h ('k') | mojo/services/catalog/types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698