| Index: content/content_browser.gypi
|
| diff --git a/content/content_browser.gypi b/content/content_browser.gypi
|
| index 59027a06af151b92f886866dc047797375747780..2484d36e85ceac869f682107d7a751007ff144c4 100644
|
| --- a/content/content_browser.gypi
|
| +++ b/content/content_browser.gypi
|
| @@ -150,6 +150,7 @@
|
| 'public/browser/speech_recognition_session_config.h',
|
| 'public/browser/speech_recognition_session_context.cc',
|
| 'public/browser/speech_recognition_session_context.h',
|
| + 'public/browser/storage_partition.h',
|
| 'public/browser/trace_controller.h',
|
| 'public/browser/trace_subscriber.h',
|
| 'public/browser/user_metrics.h',
|
| @@ -739,12 +740,12 @@
|
| 'browser/ssl/ssl_policy_backend.h',
|
| 'browser/ssl/ssl_policy.cc',
|
| 'browser/ssl/ssl_policy.h',
|
| - 'browser/storage_partition.cc',
|
| - 'browser/storage_partition.h',
|
| - 'browser/storage_partition_map.cc',
|
| - 'browser/storage_partition_map.h',
|
| 'browser/ssl/ssl_request_info.cc',
|
| 'browser/ssl/ssl_request_info.h',
|
| + 'browser/storage_partition_impl.cc',
|
| + 'browser/storage_partition_impl.h',
|
| + 'browser/storage_partition_impl_map.cc',
|
| + 'browser/storage_partition_impl_map.h',
|
| 'browser/system_message_window_win.cc',
|
| 'browser/system_message_window_win.h',
|
| 'browser/tcmalloc_internals_request_job.cc',
|
|
|