| Index: chrome/browser/printing/print_preview_data_service.h
|
| diff --git a/chrome/browser/printing/print_preview_data_service.h b/chrome/browser/printing/print_preview_data_service.h
|
| index af7aa84ebc6a209a53387ccd172be79ded5fe83e..c5535811d4827849f07e88a10c54a2f4fb0d7f4b 100644
|
| --- a/chrome/browser/printing/print_preview_data_service.h
|
| +++ b/chrome/browser/printing/print_preview_data_service.h
|
| @@ -5,9 +5,12 @@
|
| #ifndef CHROME_BROWSER_PRINTING_PRINT_PREVIEW_DATA_SERVICE_H_
|
| #define CHROME_BROWSER_PRINTING_PRINT_PREVIEW_DATA_SERVICE_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <map>
|
| #include <string>
|
|
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
|
|
| class PrintPreviewDataStore;
|
|
|