summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/input_method
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-18 23:53:57 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-18 23:53:57 +0000
commit477ae05f2ed6229012f66ba8741ead7b26ee616c (patch)
treef9b1029443678a55f5df62c5a4f9e4efb23a00cb /chrome/browser/chromeos/input_method
parent86b3f4b2779d33edc06a7e72c768868316d34b6f (diff)
downloadchromium_src-477ae05f2ed6229012f66ba8741ead7b26ee616c.zip
chromium_src-477ae05f2ed6229012f66ba8741ead7b26ee616c.tar.gz
chromium_src-477ae05f2ed6229012f66ba8741ead7b26ee616c.tar.bz2
views: Delete bubble, events, focus, layout directories and its stubbed files.
BUG=104039 R=ben@chromium.org Review URL: http://codereview.chromium.org/8566052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110787 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/input_method')
-rw-r--r--chrome/browser/chromeos/input_method/candidate_window.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/chromeos/input_method/candidate_window.cc b/chrome/browser/chromeos/input_method/candidate_window.cc
index cc23bad..067b20b 100644
--- a/chrome/browser/chromeos/input_method/candidate_window.cc
+++ b/chrome/browser/chromeos/input_method/candidate_window.cc
@@ -23,12 +23,12 @@
#include "ui/gfx/canvas.h"
#include "ui/gfx/font.h"
#include "ui/gfx/screen.h"
+#include "ui/views/events/event.h"
+#include "ui/views/layout/fill_layout.h"
+#include "ui/views/layout/grid_layout.h"
#include "ui/views/window/non_client_view.h"
#include "views/controls/label.h"
#include "views/controls/textfield/textfield.h"
-#include "views/events/event.h"
-#include "views/layout/fill_layout.h"
-#include "views/layout/grid_layout.h"
#include "views/widget/widget.h"
namespace chromeos {