Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(637)

Unified Diff: chrome/browser/ui/views/autocomplete/autocomplete_popup_contents_view.cc

Issue 6296012: Update references part 2: files in chrome/browser/ui/... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/views/autocomplete/autocomplete_popup_contents_view.cc
===================================================================
--- chrome/browser/ui/views/autocomplete/autocomplete_popup_contents_view.cc (revision 71810)
+++ chrome/browser/ui/views/autocomplete/autocomplete_popup_contents_view.cc (working copy)
@@ -7,8 +7,8 @@
#include "app/bidi_line_iterator.h"
#include "app/l10n_util.h"
#include "app/resource_bundle.h"
+#include "app/text_elider.h"
#include "app/theme_provider.h"
-#include "app/text_elider.h"
#include "base/compiler_specific.h"
#include "base/i18n/rtl.h"
#include "base/utf_string_conversions.h"
@@ -38,16 +38,16 @@
#include "views/window/window.h"
#if defined(OS_WIN)
-#include <objidl.h>
#include <commctrl.h>
#include <dwmapi.h>
+#include <objidl.h>
#include "app/win/hwnd_util.h"
#include "base/win/scoped_gdi_object.h"
#endif
#if defined(OS_LINUX)
-#include "chrome/browser/gtk/gtk_util.h"
+#include "chrome/browser/ui/gtk/gtk_util.h"
#include "gfx/skia_utils_gtk.h"
#endif
« no previous file with comments | « chrome/browser/ui/views/accessible_view_helper.h ('k') | chrome/browser/ui/views/autocomplete/autocomplete_popup_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698