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

Unified Diff: chrome/browser/gtk/accessibility_event_router_gtk.cc

Issue 5783004: Keep deinlining stuff. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Well, it all compiles locally? Created 10 years 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/gtk/accessibility_event_router_gtk.cc
diff --git a/chrome/browser/gtk/accessibility_event_router_gtk.cc b/chrome/browser/gtk/accessibility_event_router_gtk.cc
index b3ff63d7d209439e0886d1b5bdafdd737e1205a8..b7d67f93c2a4cf6fb0b52a7d1c10c54ba5ebbd45 100644
--- a/chrome/browser/gtk/accessibility_event_router_gtk.cc
+++ b/chrome/browser/gtk/accessibility_event_router_gtk.cc
@@ -12,9 +12,9 @@
#include "chrome/browser/gtk/gtk_chrome_link_button.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/common/notification_type.h"
-#include "views/controls/textfield/native_textfield_gtk.h"
#if defined(TOOLKIT_VIEWS)
+#include "views/controls/textfield/native_textfield_gtk.h"
Lei Zhang 2010/12/15 00:51:35 nit: n after g
#include "views/controls/textfield/gtk_views_textview.h"
#include "views/controls/textfield/gtk_views_entry.h"
#endif

Powered by Google App Engine
This is Rietveld 408576698