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

Unified Diff: views/controls/textfield/textfield.h

Issue 7996008: Get views and views_unittests to build w/ use_aura=1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed review issues Created 9 years, 3 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: views/controls/textfield/textfield.h
diff --git a/views/controls/textfield/textfield.h b/views/controls/textfield/textfield.h
index 722a2c767f1942c74bbdf15d90ca18eeda7852ab..d89e8a5f3dc7476f4e88e0dfbe6574abea313381 100644
--- a/views/controls/textfield/textfield.h
+++ b/views/controls/textfield/textfield.h
@@ -8,10 +8,6 @@
#include "build/build_config.h"
-#if defined(OS_LINUX)
-#include <gdk/gdk.h>
-#endif
-
#include <string>
#include "base/basictypes.h"

Powered by Google App Engine
This is Rietveld 408576698