diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-08 20:06:33 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-08 20:06:33 +0000 |
commit | 1132436ee7d63e3f6391a3b4982c06e760fc5ca7 (patch) | |
tree | 3cfad32f35597bdd7b8d1ee0068f16e82cfc3586 /chrome/browser/profile_manager.cc | |
parent | b6f2b3d611de57b44f47be6a3d4c56bd7cd7a54a (diff) | |
download | chromium_src-1132436ee7d63e3f6391a3b4982c06e760fc5ca7.zip chromium_src-1132436ee7d63e3f6391a3b4982c06e760fc5ca7.tar.gz chromium_src-1132436ee7d63e3f6391a3b4982c06e760fc5ca7.tar.bz2 |
Remove more unneeded scaffolding.
Review URL: http://codereview.chromium.org/63129
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13376 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/profile_manager.cc')
-rw-r--r-- | chrome/browser/profile_manager.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/profile_manager.cc b/chrome/browser/profile_manager.cc index 82d7192..f3fa543 100644 --- a/chrome/browser/profile_manager.cc +++ b/chrome/browser/profile_manager.cc @@ -25,12 +25,6 @@ #include "net/url_request/url_request_job.h" #include "net/url_request/url_request_job_tracker.h" -#if defined(OS_POSIX) -// TODO(port): get rid of this include. It's used just to provide declarations -// and stub definitions for classes we encouter during the porting effort. -#include "chrome/common/temp_scaffolding_stubs.h" -#endif - // static void ProfileManager::RegisterUserPrefs(PrefService* prefs) { prefs->RegisterStringPref(prefs::kProfileName, L""); |