summaryrefslogtreecommitdiff
path: root/chromium/components/services/unzip/public/cpp/manifest.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/services/unzip/public/cpp/manifest.h')
-rw-r--r--chromium/components/services/unzip/public/cpp/manifest.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/chromium/components/services/unzip/public/cpp/manifest.h b/chromium/components/services/unzip/public/cpp/manifest.h
deleted file mode 100644
index b17b2a186bd..00000000000
--- a/chromium/components/services/unzip/public/cpp/manifest.h
+++ /dev/null
@@ -1,16 +0,0 @@
-// Copyright 2019 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 COMPONENTS_SERVICES_UNZIP_PUBLIC_CPP_MANIFEST_H_
-#define COMPONENTS_SERVICES_UNZIP_PUBLIC_CPP_MANIFEST_H_
-
-#include "services/service_manager/public/cpp/manifest.h"
-
-namespace unzip {
-
-const service_manager::Manifest& GetManifest();
-
-} // namespace unzip
-
-#endif // COMPONENTS_SERVICES_UNZIP_PUBLIC_CPP_MANIFEST_H_