Commit f5c85cf6 authored by palmer's avatar palmer Committed by Commit bot

Remove dead declarations for a nonexistent class.

TestingAutomationProvider is dead, Jim.

BUG=154997
TBR=jam,sky

Review URL: https://codereview.chromium.org/660353002

Cr-Commit-Position: refs/heads/master@{#300200}
parent bedaa557
...@@ -19,7 +19,6 @@ class BrowserProcessImpl; ...@@ -19,7 +19,6 @@ class BrowserProcessImpl;
class HistogramSynchronizer; class HistogramSynchronizer;
class NativeBackendKWallet; class NativeBackendKWallet;
class ScopedAllowWaitForLegacyWebViewApi; class ScopedAllowWaitForLegacyWebViewApi;
class TestingAutomationProvider;
namespace cc { namespace cc {
class CompletionEvent; class CompletionEvent;
...@@ -177,7 +176,6 @@ class BASE_EXPORT ThreadRestrictions { ...@@ -177,7 +176,6 @@ class BASE_EXPORT ThreadRestrictions {
friend class content::ScopedAllowWaitForAndroidLayoutTests; friend class content::ScopedAllowWaitForAndroidLayoutTests;
friend class ::HistogramSynchronizer; friend class ::HistogramSynchronizer;
friend class ::ScopedAllowWaitForLegacyWebViewApi; friend class ::ScopedAllowWaitForLegacyWebViewApi;
friend class ::TestingAutomationProvider;
friend class cc::CompletionEvent; friend class cc::CompletionEvent;
friend class mojo::common::WatcherThreadManager; friend class mojo::common::WatcherThreadManager;
friend class remoting::AutoThread; friend class remoting::AutoThread;
......
...@@ -772,7 +772,6 @@ class Browser : public TabStripModelObserver, ...@@ -772,7 +772,6 @@ class Browser : public TabStripModelObserver,
// the LocationBarView's edit. // the LocationBarView's edit.
friend class AutomationProvider; friend class AutomationProvider;
friend class BrowserProxy; friend class BrowserProxy;
friend class TestingAutomationProvider;
// Returns the StatusBubble from the current toolbar. It is possible for // Returns the StatusBubble from the current toolbar. It is possible for
// this to return NULL if called before the toolbar has initialized. // this to return NULL if called before the toolbar has initialized.
......
...@@ -236,7 +236,6 @@ class PersonalDataManager : public KeyedService, ...@@ -236,7 +236,6 @@ class PersonalDataManager : public KeyedService,
friend class PersonalDataManagerTest; friend class PersonalDataManagerTest;
friend class ProfileSyncServiceAutofillTest; friend class ProfileSyncServiceAutofillTest;
friend class ::RemoveAutofillTester; friend class ::RemoveAutofillTester;
friend class TestingAutomationProvider;
friend struct base::DefaultDeleter<PersonalDataManager>; friend struct base::DefaultDeleter<PersonalDataManager>;
friend void autofill_helper::SetProfiles( friend void autofill_helper::SetProfiles(
int, std::vector<autofill::AutofillProfile>*); int, std::vector<autofill::AutofillProfile>*);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment