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

Unified Diff: ios/chrome/browser/downstream_chromium_browser_provider.h

Issue 2613063002: Remove obsolete class DownstreamChromiumBrowserProvider. (Closed)
Patch Set: Rebase. Created 3 years, 11 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 | « ios/chrome/browser/BUILD.gn ('k') | ios/chrome/browser/downstream_chromium_browser_provider.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/downstream_chromium_browser_provider.h
diff --git a/ios/chrome/browser/downstream_chromium_browser_provider.h b/ios/chrome/browser/downstream_chromium_browser_provider.h
deleted file mode 100644
index acfadeb27168aea6aac246e3d15dbc161964852d..0000000000000000000000000000000000000000
--- a/ios/chrome/browser/downstream_chromium_browser_provider.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 IOS_CHROME_BROWSER_DOWNSTREAM_CHROMIUM_BROWSER_PROVIDER_H_
-#define IOS_CHROME_BROWSER_DOWNSTREAM_CHROMIUM_BROWSER_PROVIDER_H_
-
-#include "ios/chrome/browser/providers/chromium_browser_provider.h"
-
-// DownstreamChromiumBrowserProvider contains provider implementations that will
-// eventually move into the upstream ChromiumBrowserProvider, but currently
-// cannot move because they have internal dependencies.
-class DownstreamChromiumBrowserProvider : public ChromiumBrowserProvider {
- public:
- DownstreamChromiumBrowserProvider();
- ~DownstreamChromiumBrowserProvider() override;
-
- private:
- DISALLOW_COPY_AND_ASSIGN(DownstreamChromiumBrowserProvider);
-};
-
-#endif // IOS_CHROME_BROWSER_DOWNSTREAM_CHROMIUM_BROWSER_PROVIDER_H_
« no previous file with comments | « ios/chrome/browser/BUILD.gn ('k') | ios/chrome/browser/downstream_chromium_browser_provider.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698