| Index: chrome/browser/apps/app_shim/app_shim_host_mac_unittest.cc
|
| diff --git a/chrome/browser/apps/app_shim/app_shim_host_mac_unittest.cc b/chrome/browser/apps/app_shim/app_shim_host_mac_unittest.cc
|
| index dbe9f734030311c689a89c1103c8ccb0f7ec23df..e20a9b5fcb2ed5b18c5bba6e39f7cf80a01cce9d 100644
|
| --- a/chrome/browser/apps/app_shim/app_shim_host_mac_unittest.cc
|
| +++ b/chrome/browser/apps/app_shim/app_shim_host_mac_unittest.cc
|
| @@ -74,7 +74,7 @@ class AppShimHostTest : public testing::Test,
|
| EXPECT_EQ(AppShimMsg_LaunchApp_Done::ID, message->type());
|
| AppShimMsg_LaunchApp_Done::Param param;
|
| AppShimMsg_LaunchApp_Done::Read(message, ¶m);
|
| - return get<0>(param);
|
| + return base::get<0>(param);
|
| }
|
|
|
| void SimulateDisconnect() {
|
|
|