| Index: apps/shell/browser/shell_extension_system.cc
|
| diff --git a/apps/shell/browser/shell_extension_system.cc b/apps/shell/browser/shell_extension_system.cc
|
| index 6defb0edaff34d5677fd624150405aa3bc73248d..ff74ae566c72d9d0c9604bb5b78617d34f1b7820 100644
|
| --- a/apps/shell/browser/shell_extension_system.cc
|
| +++ b/apps/shell/browser/shell_extension_system.cc
|
| @@ -75,7 +75,7 @@ bool ShellExtensionSystem::LoadAndLaunchApp(const base::FilePath& app_dir) {
|
| content::NotificationService::NoDetails());
|
|
|
| // This is effectively the same behavior as
|
| - // extensions::AppEventRouter::DispatchOnLaunchedEvent without any dependency
|
| + // apps::AppEventRouter::DispatchOnLaunchedEvent without any dependency
|
| // on ExtensionSystem or Profile.
|
| scoped_ptr<base::DictionaryValue> launch_data(new base::DictionaryValue());
|
| launch_data->SetBoolean("isKioskSession", false);
|
|
|