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

Side by Side Diff: ui/chromeos/ime/view/candidate_window_constants.h

Issue 727143002: Moves code from chromeos/ime to ui/base/ime/chromeos. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 6 years, 1 month 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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 UI_CHROMEOS_IME_CANDIDATE_WINDOW_CONSTANTS_H_ 5 #ifndef UI_CHROMEOS_IME_CANDIDATE_WINDOW_CONSTANTS_H_
6 #define UI_CHROMEOS_IME_CANDIDATE_WINDOW_CONSTANTS_H_ 6 #define UI_CHROMEOS_IME_CANDIDATE_WINDOW_CONSTANTS_H_
7 7
8 namespace ui { 8 namespace ui {
9 namespace ime { 9 namespace ime {
10 10
(...skipping 22 matching lines...) Expand all
33 33
34 // The width of the infolist indicator icon in the candidate window. 34 // The width of the infolist indicator icon in the candidate window.
35 const int kInfolistIndicatorIconWidth = 4; 35 const int kInfolistIndicatorIconWidth = 4;
36 // The padding size of the infolist indicator icon in the candidate window. 36 // The padding size of the infolist indicator icon in the candidate window.
37 const int kInfolistIndicatorIconPadding = 2; 37 const int kInfolistIndicatorIconPadding = 2;
38 38
39 } // namespace ime 39 } // namespace ime
40 } // namespace ui 40 } // namespace ui
41 41
42 #endif // UI_CHROMEOS_IME_CANDIDATE_WINDOW_CONSTANTS_H_ 42 #endif // UI_CHROMEOS_IME_CANDIDATE_WINDOW_CONSTANTS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698