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

Unified Diff: chrome/browser/profiles/profile_impl.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.h ('k') | chrome/browser/profiles/profile_io_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile_impl.h
===================================================================
--- chrome/browser/profiles/profile_impl.h (revision 110049)
+++ chrome/browser/profiles/profile_impl.h (working copy)
@@ -8,6 +8,8 @@
#define CHROME_BROWSER_PROFILES_PROFILE_IMPL_H_
#pragma once
+#include <string>
+
#include "base/file_path.h"
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
@@ -21,11 +23,14 @@
class ExtensionNavigationObserver;
class ExtensionPrefs;
class ExtensionPrefValueMap;
-class ExtensionSettings;
class NetPrefObserver;
class PrefService;
+class ProfileSyncFactory;
+class PromoResourceService;
class SpeechInputPreferences;
class SpellCheckProfile;
+class SSLConfigServiceManager;
+class VisitedLinkEventListener;
#if defined(OS_CHROMEOS)
namespace chromeos {
« no previous file with comments | « chrome/browser/profiles/profile.h ('k') | chrome/browser/profiles/profile_io_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698