summaryrefslogtreecommitdiffstats
path: root/mojo/services/catalog/builder.h
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/services/catalog/builder.h')
-rw-r--r--mojo/services/catalog/builder.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/mojo/services/catalog/builder.h b/mojo/services/catalog/builder.h
deleted file mode 100644
index 71eebf1..0000000
--- a/mojo/services/catalog/builder.h
+++ /dev/null
@@ -1,22 +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.
-
-#ifndef MOJO_SERVICES_CATALOG_BUILDER_H_
-#define MOJO_SERVICES_CATALOG_BUILDER_H_
-
-#include "mojo/services/catalog/entry.h"
-
-namespace base {
-class DictionaryValue;
-}
-
-namespace catalog {
-
-Entry BuildEntry(const base::DictionaryValue& value);
-
-scoped_ptr<base::DictionaryValue> SerializeEntry(const Entry& entry);
-
-} // namespace catalog
-
-#endif // MOJO_SERVICES_CATALOG_BUILDER_H_