| Index: chrome/utility/cloud_print/pwg_encoder.h
|
| diff --git a/chrome/utility/cloud_print/pwg_encoder.h b/chrome/utility/cloud_print/pwg_encoder.h
|
| index ec7ec373eff491f245757fd6bdea00e40b1070da..3b89e612d1435303fbcf5f0d69ddab8eabaa967d 100644
|
| --- a/chrome/utility/cloud_print/pwg_encoder.h
|
| +++ b/chrome/utility/cloud_print/pwg_encoder.h
|
| @@ -7,7 +7,9 @@
|
|
|
| #include <string>
|
|
|
| -namespace printing {
|
| +#include "base/basictypes.h"
|
| +
|
| +namespace cloud_print {
|
|
|
| class BitmapImage;
|
|
|
| @@ -27,6 +29,6 @@ class PwgEncoder {
|
| const uint8* GetRow(const BitmapImage& image, int row) const;
|
| };
|
|
|
| -} // namespace printing
|
| +} // namespace cloud_print
|
|
|
| #endif // CHROME_UTILITY_CLOUD_PRINT_PWG_ENCODER_H_
|
|
|