Index: chrome/browser/ui/login/login_prompt_gtk.cc |
=================================================================== |
--- chrome/browser/ui/login/login_prompt_gtk.cc (revision 71810) |
+++ chrome/browser/ui/login/login_prompt_gtk.cc (working copy) |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -6,12 +6,10 @@ |
#include <gtk/gtk.h> |
+#include "app/gtk_signal.h" |
#include "app/l10n_util.h" |
-#include "app/gtk_signal.h" |
#include "base/utf_string_conversions.h" |
#include "chrome/browser/browser_thread.h" |
-#include "chrome/browser/gtk/constrained_window_gtk.h" |
-#include "chrome/browser/gtk/gtk_util.h" |
#include "chrome/browser/password_manager/password_manager.h" |
#include "chrome/browser/renderer_host/resource_dispatcher_host.h" |
#include "chrome/browser/tab_contents/navigation_controller.h" |
@@ -19,6 +17,8 @@ |
#include "chrome/browser/tab_contents/tab_contents_delegate.h" |
#include "chrome/browser/tab_contents/tab_contents_view_gtk.h" |
#include "chrome/browser/tab_contents/tab_util.h" |
+#include "chrome/browser/ui/gtk/constrained_window_gtk.h" |
+#include "chrome/browser/ui/gtk/gtk_util.h" |
#include "chrome/browser/ui/login/login_model.h" |
#include "grit/generated_resources.h" |
#include "net/url_request/url_request.h" |