| Index: chrome/browser/chromeos/login/demo_mode/demo_app_launcher.h
|
| diff --git a/chrome/browser/chromeos/login/demo_mode/demo_app_launcher.h b/chrome/browser/chromeos/login/demo_mode/demo_app_launcher.h
|
| index dfc3a8f1b74f33b2a6193c20b3b64333b5bf1ba5..74322bda860ce700e8b1a768b54d3877a79617fd 100644
|
| --- a/chrome/browser/chromeos/login/demo_mode/demo_app_launcher.h
|
| +++ b/chrome/browser/chromeos/login/demo_mode/demo_app_launcher.h
|
| @@ -12,6 +12,8 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "chrome/browser/chromeos/app_mode/kiosk_profile_loader.h"
|
|
|
| +class AccountId;
|
| +
|
| namespace base {
|
| class FilePath;
|
| }
|
| @@ -26,7 +28,7 @@ class DemoAppLauncher : public KioskProfileLoader::Delegate {
|
|
|
| void StartDemoAppLaunch();
|
|
|
| - static bool IsDemoAppSession(const std::string& user_id);
|
| + static bool IsDemoAppSession(const AccountId& account_id);
|
| static void SetDemoAppPathForTesting(const base::FilePath& path);
|
|
|
| static const char kDemoAppId[];
|
|
|