| Index: chrome/browser/chromeos/mobile/mobile_activator_unittest.cc
|
| diff --git a/chrome/browser/chromeos/mobile/mobile_activator_unittest.cc b/chrome/browser/chromeos/mobile/mobile_activator_unittest.cc
|
| index 2fda6d3d7a1742ce92100e79d278232571b11c25..d13941fc34e352df5146bc7d8e474d4546b591dd 100644
|
| --- a/chrome/browser/chromeos/mobile/mobile_activator_unittest.cc
|
| +++ b/chrome/browser/chromeos/mobile/mobile_activator_unittest.cc
|
| @@ -112,7 +112,7 @@ class MobileActivatorTest : public testing::Test {
|
| : cellular_network_(string(kTestServicePath)),
|
| mobile_activator_(&cellular_network_) {
|
| cellular_network_.PropertyChanged(shill::kTypeProperty,
|
| - base::StringValue(shill::kTypeCellular));
|
| + base::Value(shill::kTypeCellular));
|
| }
|
| ~MobileActivatorTest() override {}
|
|
|
|
|