| Index: chrome/browser/chromeos/login/kiosk_browsertest.cc
|
| diff --git a/chrome/browser/chromeos/login/kiosk_browsertest.cc b/chrome/browser/chromeos/login/kiosk_browsertest.cc
|
| index e8b1dc7e243dab061ad607fa34dbebab12b757a9..65554420ff368704d86f26f5228df0f6a9af76fe 100644
|
| --- a/chrome/browser/chromeos/login/kiosk_browsertest.cc
|
| +++ b/chrome/browser/chromeos/login/kiosk_browsertest.cc
|
| @@ -198,7 +198,7 @@ void LockAndUnlock(scoped_ptr<base::Lock> lock) {
|
| lock->Release();
|
| }
|
|
|
| -bool IsAppInstalled(const std::string app_id) {
|
| +bool IsAppInstalled(const std::string& app_id) {
|
| Profile* app_profile = ProfileManager::GetPrimaryUserProfile();
|
| DCHECK(app_profile);
|
| const extensions::Extension* app =
|
| @@ -1353,7 +1353,7 @@ class KioskUpdateTest : public KioskTest {
|
| EXPECT_EQ(version, cached_version);
|
| }
|
|
|
| - void SetupFakeDiskMountManagerMountPath(const std::string mount_path) {
|
| + void SetupFakeDiskMountManagerMountPath(const std::string& mount_path) {
|
| base::FilePath test_data_dir;
|
| PathService::Get(chrome::DIR_TEST_DATA, &test_data_dir);
|
| test_data_dir = test_data_dir.AppendASCII(mount_path);
|
|
|