| Index: chrome/browser/chromeos/cros/native_network_constants.cc
|
| diff --git a/chrome/browser/chromeos/cros/native_network_constants.cc b/chrome/browser/chromeos/cros/native_network_constants.cc
|
| index 29577f0f904993f273a060d1667b33cead589019..4a29327d4bad1d7994a12b508848832905ceeceb 100644
|
| --- a/chrome/browser/chromeos/cros/native_network_constants.cc
|
| +++ b/chrome/browser/chromeos/cros/native_network_constants.cc
|
| @@ -10,7 +10,7 @@ namespace chromeos {
|
| // Format of the Carrier ID: <carrier name> (<carrier country>).
|
| const char kCarrierIdFormat[] = "%s (%s)";
|
|
|
| -// Path of the default (shared) flimflam profile.
|
| +// Path of the default (shared) shill profile.
|
| const char kSharedProfilePath[] = "/profile/default";
|
|
|
| const char* ConnectionTypeToString(ConnectionType type) {
|
|
|