| Index: chrome/browser/chromeos/customization_document.cc
|
| diff --git a/chrome/browser/chromeos/customization_document.cc b/chrome/browser/chromeos/customization_document.cc
|
| index 2173f116431fccbdabf12b1b50657589efa6c266..27e504db5afdde14317ddfbdd71ac30c607e6793 100644
|
| --- a/chrome/browser/chromeos/customization_document.cc
|
| +++ b/chrome/browser/chromeos/customization_document.cc
|
| @@ -24,6 +24,8 @@
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/common/url_fetcher.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| // Manifest attributes names.
|
|
|
| namespace {
|
|
|