diff options
Diffstat (limited to 'chrome/browser/profile.cc')
-rw-r--r-- | chrome/browser/profile.cc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/chrome/browser/profile.cc b/chrome/browser/profile.cc index bdbf4a0..7d29654 100644 --- a/chrome/browser/profile.cc +++ b/chrome/browser/profile.cc @@ -7,11 +7,9 @@ #include "base/command_line.h" #include "base/file_path.h" #include "base/file_util.h" -#include "base/lock.h" #include "base/path_service.h" #include "base/scoped_ptr.h" #include "base/string_util.h" -#include "base/values.h" #include "chrome/app/locales/locale_settings.h" #include "chrome/browser/browser_list.h" #include "chrome/browser/browser_process.h" @@ -25,18 +23,12 @@ #include "chrome/common/chrome_constants.h" #include "chrome/common/chrome_paths.h" #include "chrome/common/chrome_switches.h" -#include "chrome/common/net/cookie_monster_sqlite.h" #include "chrome/common/notification_service.h" #include "chrome/common/pref_names.h" #include "chrome/common/pref_service.h" #include "chrome/common/render_messages.h" #include "chrome/common/resource_bundle.h" -#include "net/base/cookie_monster.h" -#include "net/base/cookie_policy.h" -#include "net/http/http_cache.h" -#include "net/proxy/proxy_service.h" #include "net/url_request/url_request_context.h" -#include "webkit/glue/webkit_glue.h" #if defined(OS_POSIX) // TODO(port): get rid of this include. It's used just to provide declarations |