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

Unified Diff: chrome/browser/profiles/profile.h

Issue 2530053003: chrome: Cleanup class/struct forward declarations (Closed)
Patch Set: Rebase + address comment 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
Index: chrome/browser/profiles/profile.h
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
index 2f25d0265831ac1409e69550899eac6233e914b0..8c0106d22c58cb961a929607898d06aa722c1af5 100644
--- a/chrome/browser/profiles/profile.h
+++ b/chrome/browser/profiles/profile.h
@@ -17,21 +17,13 @@
#include "content/public/browser/browser_context.h"
#include "content/public/browser/content_browser_client.h"
-class ChromeAppCacheService;
class ChromeZoomLevelPrefs;
class DevToolsNetworkControllerHandle;
class ExtensionSpecialStoragePolicy;
-class HostContentSettingsMap;
class PrefProxyConfigTracker;
class PrefService;
-class PromoCounter;
-class ProtocolHandlerRegistry;
class TestingProfile;
-namespace android {
-class TabContentsProvider;
-}
-
namespace base {
class SequencedTaskRunner;
class Time;
@@ -41,19 +33,10 @@ namespace chrome_browser_net {
class Predictor;
}
-namespace chromeos {
-class LibCrosServiceLibraryImpl;
-class ResetDefaultProxyConfigServiceTask;
-}
-
namespace content {
class WebUI;
}
-namespace storage {
-class FileSystemContext;
-}
-
namespace net {
class SSLConfigService;
}
« no previous file with comments | « chrome/browser/profiles/incognito_mode_policy_handler.h ('k') | chrome/browser/profiles/profile_downloader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698