| 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
|
|
|