| Index: chrome/browser/profiles/profile_impl_io_data.h
|
| ===================================================================
|
| --- chrome/browser/profiles/profile_impl_io_data.h (revision 92669)
|
| +++ chrome/browser/profiles/profile_impl_io_data.h (working copy)
|
| @@ -7,7 +7,6 @@
|
| #pragma once
|
|
|
| #include "base/basictypes.h"
|
| -#include "base/callback.h"
|
| #include "base/hash_tables.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "chrome/browser/profiles/profile_io_data.h"
|
| @@ -37,8 +36,6 @@
|
| const FilePath& extensions_cookie_path,
|
| const FilePath& app_path);
|
|
|
| - base::Callback<ChromeURLDataManagerBackend*(void)>
|
| - GetChromeURLDataManagerBackendGetter() const;
|
| const content::ResourceContext& GetResourceContext() const;
|
| scoped_refptr<ChromeURLRequestContextGetter>
|
| GetMainRequestContextGetter() const;
|
| @@ -75,7 +72,7 @@
|
| mutable scoped_refptr<ChromeURLRequestContextGetter>
|
| extensions_request_context_getter_;
|
| mutable ChromeURLRequestContextGetterMap app_request_context_getter_map_;
|
| - scoped_refptr<ProfileImplIOData> io_data_;
|
| + const scoped_refptr<ProfileImplIOData> io_data_;
|
|
|
| Profile* const profile_;
|
|
|
|
|