| Index: chrome/browser/printing/print_job.h
|
| diff --git a/chrome/browser/printing/print_job.h b/chrome/browser/printing/print_job.h
|
| index c468bbd390cd40b18089383f0f16bbaadb15adde..7cf1bce540c38d5cdd1cb48171c39251c4ef53f5 100644
|
| --- a/chrome/browser/printing/print_job.h
|
| +++ b/chrome/browser/printing/print_job.h
|
| @@ -5,10 +5,11 @@
|
| #ifndef CHROME_BROWSER_PRINTING_PRINT_JOB_H_
|
| #define CHROME_BROWSER_PRINTING_PRINT_JOB_H_
|
|
|
| -#include "base/basictypes.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/message_loop/message_loop.h"
|
| +#include "build/build_config.h"
|
| #include "chrome/browser/printing/print_job_worker_owner.h"
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
|
|