| Index: chrome/browser/ui/login/login_prompt.cc
|
| ===================================================================
|
| --- chrome/browser/ui/login/login_prompt.cc (revision 76500)
|
| +++ chrome/browser/ui/login/login_prompt.cc (working copy)
|
| @@ -10,7 +10,6 @@
|
| #include "base/synchronization/lock.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "chrome/browser/password_manager/password_manager.h"
|
| -#include "chrome/browser/tab_contents/constrained_window.h"
|
| #include "chrome/browser/tab_contents/tab_util.h"
|
| #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
|
| #include "chrome/common/notification_service.h"
|
| @@ -20,6 +19,7 @@
|
| #include "content/browser/renderer_host/render_view_host_delegate.h"
|
| #include "content/browser/renderer_host/resource_dispatcher_host.h"
|
| #include "content/browser/renderer_host/resource_dispatcher_host_request_info.h"
|
| +#include "content/browser/tab_contents/constrained_window.h"
|
| #include "content/browser/tab_contents/tab_contents.h"
|
| #include "grit/generated_resources.h"
|
| #include "net/base/auth.h"
|
|
|