| Index: content/shell/browser/shell_content_browser_client.cc
|
| diff --git a/content/shell/browser/shell_content_browser_client.cc b/content/shell/browser/shell_content_browser_client.cc
|
| index 6b51c491e77d28f836ca10beed4a0d659136df81..1bd8845f183eb48e7ca3007866d1906d9d9ede39 100644
|
| --- a/content/shell/browser/shell_content_browser_client.cc
|
| +++ b/content/shell/browser/shell_content_browser_client.cc
|
| @@ -13,6 +13,7 @@
|
| #include "content/public/browser/storage_partition.h"
|
| #include "content/public/common/content_switches.h"
|
| #include "content/public/common/url_constants.h"
|
| +#include "content/public/common/webpreferences.h"
|
| #include "content/shell/browser/shell.h"
|
| #include "content/shell/browser/shell_browser_context.h"
|
| #include "content/shell/browser/shell_browser_main_parts.h"
|
| @@ -29,7 +30,6 @@
|
| #include "content/shell/geolocation/shell_access_token_store.h"
|
| #include "net/url_request/url_request_context_getter.h"
|
| #include "url/gurl.h"
|
| -#include "webkit/common/webpreferences.h"
|
|
|
| #if defined(OS_ANDROID)
|
| #include "base/android/path_utils.h"
|
|
|