| Index: trunk/src/chrome/browser/chromeos/sms_observer.h
|
| ===================================================================
|
| --- trunk/src/chrome/browser/chromeos/sms_observer.h (revision 194361)
|
| +++ trunk/src/chrome/browser/chromeos/sms_observer.h (working copy)
|
| @@ -22,7 +22,7 @@
|
| // Performs monitoring of incoming SMS and shows system notifications.
|
| class SmsObserver : public NetworkLibrary::NetworkManagerObserver {
|
| public:
|
| - SmsObserver();
|
| + explicit SmsObserver(Profile* profile);
|
| virtual ~SmsObserver();
|
|
|
| private:
|
| @@ -36,6 +36,7 @@
|
| void UpdateObservers(NetworkLibrary* library);
|
| void DisconnectAll();
|
|
|
| + Profile* profile_;
|
| ObserversMap observers_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(SmsObserver);
|
|
|