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

Unified Diff: content/public/browser/content_browser_client.h

Issue 2473003002: content: Cleanup class/struct forward declarations (Closed)
Patch Set: Another missing forward declaration 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/browser_ppapi_host.h ('k') | content/public/browser/devtools_agent_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/content_browser_client.h
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
index 3aa2a4911fc341c8d7a1419ae4bf1baa40d28227..3f7c9ead94d7a15e11e07d1016c3ff86e1d23605 100644
--- a/content/public/browser/content_browser_client.h
+++ b/content/public/browser/content_browser_client.h
@@ -44,7 +44,6 @@ class GURL;
namespace base {
class CommandLine;
-class DictionaryValue;
class FilePath;
}
@@ -76,8 +75,6 @@ class SSLCertRequestInfo;
class SSLInfo;
class URLRequest;
class URLRequestContext;
-class URLRequestContextGetter;
-class X509Certificate;
}
namespace sandbox {
@@ -93,7 +90,6 @@ class Origin;
}
namespace storage {
-class ExternalMountPoints;
class FileSystemBackend;
class QuotaEvictionPolicy;
}
@@ -101,18 +97,14 @@ class QuotaEvictionPolicy;
namespace content {
enum class PermissionType;
-class AccessTokenStore;
class BrowserChildProcessHost;
class BrowserContext;
class BrowserMainParts;
-class BrowserPluginGuestDelegate;
class BrowserPpapiHost;
class BrowserURLHandler;
class ClientCertificateDelegate;
class DevToolsManagerDelegate;
-class ExternalVideoSurfaceContainer;
class GpuProcessHost;
-class LocationProvider;
class MediaObserver;
class MemoryCoordinatorDelegate;
class NavigationHandle;
« no previous file with comments | « content/public/browser/browser_ppapi_host.h ('k') | content/public/browser/devtools_agent_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698