| 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 83fe76f20b3e1e5e7ce0425294d6de0c1d025790..e91f515f62efc39e5c6d625c17b1d0a240e227b0 100644
|
| --- a/content/shell/browser/shell_content_browser_client.cc
|
| +++ b/content/shell/browser/shell_content_browser_client.cc
|
| @@ -15,6 +15,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"
|
| @@ -31,7 +32,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"
|
|
|