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

Side by Side Diff: chrome/browser/chromeos/input_method/textinput_test_helper.h

Issue 823133004: Cleanup: Update the path to gfx rect headers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rect_f.h Created 5 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_CHROMEOS_INPUT_METHOD_TEXTINPUT_TEST_HELPER_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_INPUT_METHOD_TEXTINPUT_TEST_HELPER_H_
6 #define CHROME_BROWSER_CHROMEOS_INPUT_METHOD_TEXTINPUT_TEST_HELPER_H_ 6 #define CHROME_BROWSER_CHROMEOS_INPUT_METHOD_TEXTINPUT_TEST_HELPER_H_
7 7
8 #include "chrome/test/base/in_process_browser_test.h" 8 #include "chrome/test/base/in_process_browser_test.h"
9 #include "ui/base/ime/mock_input_method.h" 9 #include "ui/base/ime/mock_input_method.h"
10 #include "ui/base/ime/text_input_client.h" 10 #include "ui/base/ime/text_input_client.h"
11 #include "ui/gfx/geometry/rect.h"
11 #include "ui/gfx/range/range.h" 12 #include "ui/gfx/range/range.h"
12 #include "ui/gfx/rect.h"
13 13
14 namespace content { 14 namespace content {
15 class WebContents; 15 class WebContents;
16 } // namespace content 16 } // namespace content
17 17
18 namespace chromeos { 18 namespace chromeos {
19 19
20 // The base class of text input testing. 20 // The base class of text input testing.
21 class TextInputTestBase : public InProcessBrowserTest { 21 class TextInputTestBase : public InProcessBrowserTest {
22 public: 22 public:
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 gfx::Range selection_range_; 91 gfx::Range selection_range_;
92 bool focus_state_; 92 bool focus_state_;
93 ui::TextInputType latest_text_input_type_; 93 ui::TextInputType latest_text_input_type_;
94 94
95 DISALLOW_COPY_AND_ASSIGN(TextInputTestHelper); 95 DISALLOW_COPY_AND_ASSIGN(TextInputTestHelper);
96 }; 96 };
97 97
98 } // namespace chromeos 98 } // namespace chromeos
99 99
100 #endif // CHROME_BROWSER_CHROMEOS_INPUT_METHOD_TEXTINPUT_TEST_HELPER_H_ 100 #endif // CHROME_BROWSER_CHROMEOS_INPUT_METHOD_TEXTINPUT_TEST_HELPER_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698