Index: chrome/browser/chromeos/mobile/mobile_activator.cc |
diff --git a/chrome/browser/chromeos/mobile/mobile_activator.cc b/chrome/browser/chromeos/mobile/mobile_activator.cc |
index c0781b94e16e0bb5bca801c6dfdfb655c4203c25..e9349312a0e7d0d8484afd3dd272156717cdcb02 100644 |
--- a/chrome/browser/chromeos/mobile/mobile_activator.cc |
+++ b/chrome/browser/chromeos/mobile/mobile_activator.cc |
@@ -35,6 +35,7 @@ |
#include "chromeos/network/network_handler_callbacks.h" |
#include "chromeos/network/network_state.h" |
#include "chromeos/network/network_state_handler.h" |
+#include "chromeos/network/shill_property_util.h" |
#include "content/public/browser/browser_thread.h" |
#include "third_party/cros_system_api/dbus/service_constants.h" |
@@ -404,7 +405,7 @@ void MobileActivator::StartActivation() { |
if (!network) { |
NetworkStateHandler::TechnologyState technology_state = |
NetworkHandler::Get()->network_state_handler()->GetTechnologyState( |
- flimflam::kTypeCellular); |
+ NetworkTypePattern::Cellular()); |
std::string error; |
if (technology_state == NetworkStateHandler::TECHNOLOGY_UNAVAILABLE) { |
error = kErrorNoDevice; |