| Index: chrome/browser/net/http_server_properties_manager.cc
|
| diff --git a/chrome/browser/net/http_server_properties_manager.cc b/chrome/browser/net/http_server_properties_manager.cc
|
| index b421bc30676a90be9b0a6b3b29dd16de1d61b6b3..f36b5e33ac3b11990a07c4672427ff0e24e941ba 100644
|
| --- a/chrome/browser/net/http_server_properties_manager.cc
|
| +++ b/chrome/browser/net/http_server_properties_manager.cc
|
| @@ -13,6 +13,8 @@
|
| #include "content/public/browser/notification_details.h"
|
| #include "content/public/browser/notification_source.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| namespace chrome_browser_net {
|
|
|
| namespace {
|
|
|