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

Side by Side Diff: chrome/browser/chromeos/options/language_hangul_config_view.h

Issue 3203008: Move prefs-related files under chrome/browser/ into a prefs/ subdir. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 4 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) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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_OPTIONS_LANGUAGE_HANGUL_CONFIG_VIEW_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_OPTIONS_LANGUAGE_HANGUL_CONFIG_VIEW_H_
6 #define CHROME_BROWSER_CHROMEOS_OPTIONS_LANGUAGE_HANGUL_CONFIG_VIEW_H_ 6 #define CHROME_BROWSER_CHROMEOS_OPTIONS_LANGUAGE_HANGUL_CONFIG_VIEW_H_
7 #pragma once 7 #pragma once
8 8
9 #include <string> 9 #include <string>
10 10
11 #include "base/scoped_ptr.h" 11 #include "base/scoped_ptr.h"
12 #include "chrome/browser/chromeos/cros/input_method_library.h" 12 #include "chrome/browser/chromeos/cros/input_method_library.h"
13 #include "chrome/browser/pref_member.h" 13 #include "chrome/browser/prefs/pref_member.h"
14 #include "chrome/browser/views/options/options_page_view.h" 14 #include "chrome/browser/views/options/options_page_view.h"
15 #include "views/controls/combobox/combobox.h" 15 #include "views/controls/combobox/combobox.h"
16 #include "views/controls/label.h" 16 #include "views/controls/label.h"
17 #include "views/window/dialog_delegate.h" 17 #include "views/window/dialog_delegate.h"
18 18
19 namespace chromeos { 19 namespace chromeos {
20 20
21 class HangulKeyboardComboboxModel; 21 class HangulKeyboardComboboxModel;
22 22
23 // A dialog box for showing Korean input method preferences. 23 // A dialog box for showing Korean input method preferences.
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 // A combobox for Hangul keyboard layouts and its model. 63 // A combobox for Hangul keyboard layouts and its model.
64 views::Combobox* hangul_keyboard_combobox_; 64 views::Combobox* hangul_keyboard_combobox_;
65 scoped_ptr<HangulKeyboardComboboxModel> hangul_keyboard_combobox_model_; 65 scoped_ptr<HangulKeyboardComboboxModel> hangul_keyboard_combobox_model_;
66 66
67 DISALLOW_COPY_AND_ASSIGN(LanguageHangulConfigView); 67 DISALLOW_COPY_AND_ASSIGN(LanguageHangulConfigView);
68 }; 68 };
69 69
70 } // namespace chromeos 70 } // namespace chromeos
71 71
72 #endif // CHROME_BROWSER_CHROMEOS_OPTIONS_LANGUAGE_HANGUL_CONFIG_VIEW_H_ 72 #endif // CHROME_BROWSER_CHROMEOS_OPTIONS_LANGUAGE_HANGUL_CONFIG_VIEW_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698