| Index: chrome/browser/policy/logging_work_scheduler.cc
|
| diff --git a/chrome/browser/policy/logging_work_scheduler.cc b/chrome/browser/policy/logging_work_scheduler.cc
|
| index 69471722b3d55c11676c586eb4dedffe2019423d..841df96e5a68c5003305a3305c8ec87ac54a06da 100644
|
| --- a/chrome/browser/policy/logging_work_scheduler.cc
|
| +++ b/chrome/browser/policy/logging_work_scheduler.cc
|
| @@ -10,6 +10,8 @@
|
| #include "base/message_loop.h"
|
| #include "content/public/browser/browser_thread.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| namespace policy {
|
|
|
| // Objects of this class are used in the priority-queue of future tasks
|
|
|