| Index: chrome/browser/profiles/profile_impl_io_data.h
|
| diff --git a/chrome/browser/profiles/profile_impl_io_data.h b/chrome/browser/profiles/profile_impl_io_data.h
|
| index 188fa7f6c3b92d2d32c80bcd1af7d7923a374e23..0e122c1636588b5ff525090e591f23812576f34f 100644
|
| --- a/chrome/browser/profiles/profile_impl_io_data.h
|
| +++ b/chrome/browser/profiles/profile_impl_io_data.h
|
| @@ -7,6 +7,7 @@
|
| #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"
|
| @@ -36,6 +37,8 @@ class ProfileImplIOData : public ProfileIOData {
|
| 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;
|
| @@ -72,7 +75,7 @@ class ProfileImplIOData : public ProfileIOData {
|
| mutable scoped_refptr<ChromeURLRequestContextGetter>
|
| extensions_request_context_getter_;
|
| mutable ChromeURLRequestContextGetterMap app_request_context_getter_map_;
|
| - const scoped_refptr<ProfileImplIOData> io_data_;
|
| + scoped_refptr<ProfileImplIOData> io_data_;
|
|
|
| Profile* const profile_;
|
|
|
|
|