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

Side by Side Diff: chrome/browser/chromeos/options/vpn_config_view.cc

Issue 468233004: Cleanup: Another round of removing unneeded grit #includes in chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix mac, undo ui_localizer.mm Created 6 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 #include "chrome/browser/chromeos/options/vpn_config_view.h" 5 #include "chrome/browser/chromeos/options/vpn_config_view.h"
6 6
7 #include "ash/system/chromeos/network/network_connect.h" 7 #include "ash/system/chromeos/network/network_connect.h"
8 #include "base/bind.h" 8 #include "base/bind.h"
9 #include "base/strings/string_util.h" 9 #include "base/strings/string_util.h"
10 #include "base/strings/stringprintf.h" 10 #include "base/strings/stringprintf.h"
11 #include "base/strings/utf_string_conversions.h" 11 #include "base/strings/utf_string_conversions.h"
12 #include "chrome/browser/chromeos/enrollment_dialog_view.h" 12 #include "chrome/browser/chromeos/enrollment_dialog_view.h"
13 #include "chrome/browser/chromeos/net/onc_utils.h" 13 #include "chrome/browser/chromeos/net/onc_utils.h"
14 #include "chrome/browser/profiles/profile_manager.h" 14 #include "chrome/browser/profiles/profile_manager.h"
15 #include "chrome/common/net/x509_certificate_model.h" 15 #include "chrome/common/net/x509_certificate_model.h"
16 #include "chrome/grit/chromium_strings.h"
17 #include "chrome/grit/generated_resources.h" 16 #include "chrome/grit/generated_resources.h"
18 #include "chrome/grit/locale_settings.h" 17 #include "chrome/grit/locale_settings.h"
19 #include "chrome/grit/theme_resources.h" 18 #include "chrome/grit/theme_resources.h"
20 #include "chromeos/login/login_state.h" 19 #include "chromeos/login/login_state.h"
21 #include "chromeos/network/network_configuration_handler.h" 20 #include "chromeos/network/network_configuration_handler.h"
22 #include "chromeos/network/network_event_log.h" 21 #include "chromeos/network/network_event_log.h"
23 #include "chromeos/network/network_state.h" 22 #include "chromeos/network/network_state.h"
24 #include "chromeos/network/network_state_handler.h" 23 #include "chromeos/network/network_state_handler.h"
25 #include "chromeos/network/network_ui_data.h" 24 #include "chromeos/network/network_ui_data.h"
26 #include "components/onc/onc_constants.h" 25 #include "components/onc/onc_constants.h"
(...skipping 1038 matching lines...) Expand 10 before | Expand all | Expand 10 after
1065 property_ui_data->ParseOncProperty( 1064 property_ui_data->ParseOncProperty(
1066 onc_source, 1065 onc_source,
1067 onc, 1066 onc,
1068 base::StringPrintf("%s.%s.%s", 1067 base::StringPrintf("%s.%s.%s",
1069 ::onc::network_config::kVPN, 1068 ::onc::network_config::kVPN,
1070 dict_key.c_str(), 1069 dict_key.c_str(),
1071 key.c_str())); 1070 key.c_str()));
1072 } 1071 }
1073 1072
1074 } // namespace chromeos 1073 } // namespace chromeos
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/options/network_config_view.cc ('k') | chrome/browser/chromeos/options/wifi_config_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698