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

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

Issue 8566028: Cleanup: Remove more forward declarations in various chrome/browser directories. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 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 | « chrome/browser/profiles/profile_impl.h ('k') | chrome/browser/shell_integration.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile_io_data.h
===================================================================
--- chrome/browser/profiles/profile_io_data.h (revision 110049)
+++ chrome/browser/profiles/profile_io_data.h (working copy)
@@ -6,7 +6,7 @@
#define CHROME_BROWSER_PROFILES_PROFILE_IO_DATA_H_
#pragma once
-#include <set>
+#include <string>
#include "base/basictypes.h"
#include "base/callback.h"
@@ -20,7 +20,6 @@
#include "content/browser/resource_context.h"
#include "net/base/cookie_monster.h"
-class CommandLine;
class ChromeAppCacheService;
class ChromeBlobStorageContext;
class CookieSettings;
@@ -47,7 +46,6 @@
class DnsCertProvenanceChecker;
class FraudulentCertificateReporter;
class HttpTransactionFactory;
-class NetLog;
class OriginBoundCertService;
class ProxyConfigService;
class ProxyService;
@@ -170,7 +168,6 @@
// ensure it's not accidently used on the IO thread. Before using it on the
// UI thread, call ProfileManager::IsValidProfile to ensure it's alive.
void* profile;
-
};
explicit ProfileIOData(bool is_incognito);
« no previous file with comments | « chrome/browser/profiles/profile_impl.h ('k') | chrome/browser/shell_integration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698