| Index: chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc (revision 116051)
|
| +++ chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc (working copy)
|
| @@ -24,6 +24,7 @@
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/notification_service.h"
|
| #include "content/public/browser/web_contents.h"
|
| +#include "content/public/browser/web_ui_message_handler.h"
|
| #include "grit/browser_resources.h"
|
| #include "grit/generated_resources.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| @@ -31,6 +32,7 @@
|
|
|
| using content::BrowserThread;
|
| using content::WebContents;
|
| +using content::WebUIMessageHandler;
|
|
|
| namespace {
|
|
|
|
|