summaryrefslogtreecommitdiffstats
path: root/chrome/browser/printing/print_preview_data_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/printing/print_preview_data_service.h')
-rw-r--r--chrome/browser/printing/print_preview_data_service.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/printing/print_preview_data_service.h b/chrome/browser/printing/print_preview_data_service.h
index 9ed94fd..af7aa84 100644
--- a/chrome/browser/printing/print_preview_data_service.h
+++ b/chrome/browser/printing/print_preview_data_service.h
@@ -10,11 +10,11 @@
#include "base/memory/ref_counted.h"
-template<typename T> struct DefaultSingletonTraits;
-
class PrintPreviewDataStore;
namespace base {
+template <typename T>
+struct DefaultSingletonTraits;
class RefCountedBytes;
}
@@ -46,7 +46,7 @@ class PrintPreviewDataService {
int GetAvailableDraftPageCount(int32_t preview_ui_id);
private:
- friend struct DefaultSingletonTraits<PrintPreviewDataService>;
+ friend struct base::DefaultSingletonTraits<PrintPreviewDataService>;
// 1:1 relationship between PrintPreviewUI and data store object.
// Key: PrintPreviewUI ID.