Chromium Code Reviews| Index: ui/chromeos/network/network_connect.cc |
| diff --git a/ash/system/chromeos/network/network_connect.cc b/ui/chromeos/network/network_connect.cc |
| similarity index 99% |
| rename from ash/system/chromeos/network/network_connect.cc |
| rename to ui/chromeos/network/network_connect.cc |
| index 82c80f58fba4afe89d4b4cc70103c3571e8bb71f..d35b981c1d8cdf9935e05a3841702f7847d97aba 100644 |
| --- a/ash/system/chromeos/network/network_connect.cc |
| +++ b/ui/chromeos/network/network_connect.cc |
| @@ -2,9 +2,8 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -#include "ash/system/chromeos/network/network_connect.h" |
| +#include "ui/chromeos/network/network_connect.h" |
| -#include "ash/system/chromeos/network/network_state_notifier.h" |
| #include "base/bind.h" |
| #include "base/memory/scoped_ptr.h" |
| #include "base/strings/string_util.h" |
| @@ -21,11 +20,11 @@ |
| #include "chromeos/network/network_profile_handler.h" |
| #include "chromeos/network/network_state.h" |
| #include "chromeos/network/network_state_handler.h" |
| -#include "grit/ash_resources.h" |
| -#include "grit/ash_strings.h" |
| +#include "grit/ui_chromeos_strings.h" |
| #include "third_party/cros_system_api/dbus/service_constants.h" |
| #include "ui/base/l10n/l10n_util.h" |
| #include "ui/base/resource/resource_bundle.h" |
| +#include "ui/chromeos/network/network_state_notifier.h" |
| #include "ui/message_center/message_center.h" |
| #include "ui/message_center/notification.h" |
| @@ -39,7 +38,7 @@ using chromeos::NetworkState; |
| using chromeos::NetworkStateHandler; |
| using chromeos::NetworkTypePattern; |
| -namespace ash { |
| +namespace ui { |
| namespace { |
| @@ -645,4 +644,4 @@ NetworkConnect::NetworkConnect() { |
| NetworkConnect::~NetworkConnect() { |
| } |
| -} // ash |
| +} // ui |
|
oshima
2014/10/27 22:17:20
namespace ui
stevenjb
2014/10/29 20:44:55
Done.
|