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

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

Issue 3179017: FBTF: Remove "obviously" unneeded standard C++ library #includes. (Closed)
Patch Set: fixed mac oopsie 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_CONFIG_MODEL_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_OPTIONS_LANGUAGE_CONFIG_MODEL_H_
6 #define CHROME_BROWSER_CHROMEOS_OPTIONS_LANGUAGE_CONFIG_MODEL_H_ 6 #define CHROME_BROWSER_CHROMEOS_OPTIONS_LANGUAGE_CONFIG_MODEL_H_
7 #pragma once 7 #pragma once
8 8
9 #include <map>
10 #include <set> 9 #include <set>
11 #include <string> 10 #include <string>
12 #include <vector> 11 #include <vector>
13 12
14 #include "chrome/browser/language_combobox_model.h" 13 #include "chrome/browser/language_combobox_model.h"
15 #include "chrome/browser/pref_member.h" 14 #include "chrome/browser/pref_member.h"
16 #include "chrome/browser/pref_service.h" 15 #include "chrome/browser/pref_service.h"
17 #include "chrome/browser/profile.h" 16 #include "chrome/browser/profile.h"
18 #include "chrome/common/notification_service.h" 17 #include "chrome/common/notification_service.h"
19 #include "cros/chromeos_input_method.h" 18 #include "cros/chromeos_input_method.h"
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 std::vector<std::string> supported_language_codes_; 138 std::vector<std::string> supported_language_codes_;
140 // List of supported IME IDs like "pinyin" and "m17n:ar:kbd". 139 // List of supported IME IDs like "pinyin" and "m17n:ar:kbd".
141 std::vector<std::string> supported_input_method_ids_; 140 std::vector<std::string> supported_input_method_ids_;
142 141
143 DISALLOW_COPY_AND_ASSIGN(LanguageConfigModel); 142 DISALLOW_COPY_AND_ASSIGN(LanguageConfigModel);
144 }; 143 };
145 144
146 } // namespace chromeos 145 } // namespace chromeos
147 146
148 #endif // CHROME_BROWSER_CHROMEOS_OPTIONS_LANGUAGE_CONFIG_MODEL_H_ 147 #endif // CHROME_BROWSER_CHROMEOS_OPTIONS_LANGUAGE_CONFIG_MODEL_H_
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/options/cellular_config_view.h ('k') | chrome/browser/chromeos/options/language_config_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698