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

Unified Diff: content/public/browser/android/provision_fetcher_factory.h

Issue 2469863010: Move all ProvisionFetcher classes out of android/ subdirectories. (Closed)
Patch Set: Another NON_EXPORTED_BASE. Created 4 years, 1 month 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 | « content/public/browser/BUILD.gn ('k') | content/public/browser/provision_fetcher_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/android/provision_fetcher_factory.h
diff --git a/content/public/browser/android/provision_fetcher_factory.h b/content/public/browser/android/provision_fetcher_factory.h
deleted file mode 100644
index 4b14817cd2450e281e5454777d8eb296fd1357b1..0000000000000000000000000000000000000000
--- a/content/public/browser/android/provision_fetcher_factory.h
+++ /dev/null
@@ -1,30 +0,0 @@
-// Copyright 2015 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 CONTENT_PUBLIC_BROWSER_ANDROID_PROVISION_FETCHER_FACTORY_H
-#define CONTENT_PUBLIC_BROWSER_ANDROID_PROVISION_FETCHER_FACTORY_H
-
-#include <memory>
-
-#include "content/common/content_export.h"
-
-namespace media {
-class ProvisionFetcher;
-}
-
-namespace net {
-class URLRequestContextGetter;
-}
-
-namespace content {
-
-// Factory method for media::ProvisionFetcher objects.
-
-CONTENT_EXPORT
-std::unique_ptr<media::ProvisionFetcher> CreateProvisionFetcher(
- net::URLRequestContextGetter* context_getter);
-
-} // namespace content
-
-#endif // CONTENT_PUBLIC_BROWSER_ANDROID_PROVISION_FETCHER_FACTORY_H
« no previous file with comments | « content/public/browser/BUILD.gn ('k') | content/public/browser/provision_fetcher_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698