| Index: chrome/browser/chromeos/arc/arc_auth_notification.h
|
| diff --git a/chrome/browser/chromeos/arc/arc_auth_notification.h b/chrome/browser/chromeos/arc/arc_auth_notification.h
|
| index 8128c5c044e1f41b0b0eb3b52a271c207dd6de3b..76e47bba02898d6758f5f096060ce6f29b3b2025 100644
|
| --- a/chrome/browser/chromeos/arc/arc_auth_notification.h
|
| +++ b/chrome/browser/chromeos/arc/arc_auth_notification.h
|
| @@ -5,12 +5,14 @@
|
| #ifndef CHROME_BROWSER_CHROMEOS_ARC_ARC_AUTH_NOTIFICATION_H_
|
| #define CHROME_BROWSER_CHROMEOS_ARC_ARC_AUTH_NOTIFICATION_H_
|
|
|
| +class Profile;
|
| +
|
| namespace arc {
|
|
|
| // First run notification that can enable Arc.
|
| class ArcAuthNotification {
|
| public:
|
| - static void Show();
|
| + static void Show(Profile* profile);
|
| static void Hide();
|
| };
|
|
|
|
|