| Index: content/browser/tab_contents/tab_contents.cc
|
| diff --git a/content/browser/tab_contents/tab_contents.cc b/content/browser/tab_contents/tab_contents.cc
|
| index c4e571b855473e9194517ae7750759879e6a2cf2..1d2c347a073bbf4f9fe8981d34f849ef8783a11f 100644
|
| --- a/content/browser/tab_contents/tab_contents.cc
|
| +++ b/content/browser/tab_contents/tab_contents.cc
|
| @@ -32,7 +32,6 @@
|
| #include "chrome/common/chrome_constants.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/common/render_messages.h"
|
| -#include "chrome/common/url_constants.h"
|
| #include "content/browser/child_process_security_policy.h"
|
| #include "content/browser/content_browser_client.h"
|
| #include "content/browser/host_zoom_map.h"
|
| @@ -55,6 +54,7 @@
|
| #include "content/common/content_restriction.h"
|
| #include "content/common/navigation_types.h"
|
| #include "content/common/notification_service.h"
|
| +#include "content/common/url_constants.h"
|
| #include "content/common/view_messages.h"
|
| #include "net/base/net_util.h"
|
| #include "net/base/registry_controlled_domain.h"
|
|
|