| Index: chrome/browser/extensions/app_notify_channel_setup.cc
|
| diff --git a/chrome/browser/extensions/app_notify_channel_setup.cc b/chrome/browser/extensions/app_notify_channel_setup.cc
|
| index e990e1a19970d464660b41a72e9ce200b9565914..c0ec84fdd0fe1c67ccd1a71bc01a1f21b5aef60a 100644
|
| --- a/chrome/browser/extensions/app_notify_channel_setup.cc
|
| +++ b/chrome/browser/extensions/app_notify_channel_setup.cc
|
| @@ -15,6 +15,8 @@
|
| #include "net/base/escape.h"
|
| #include "net/url_request/url_request_status.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| AppNotifyChannelSetup::AppNotifyChannelSetup(
|
| Profile* profile,
|
| const std::string& client_id,
|
|
|