Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Side by Side Diff: chrome/browser/printing/print_preview_data_service.h

Issue 1548133002: Switch to standard integer types in chrome/browser/, part 3 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_PRINTING_PRINT_PREVIEW_DATA_SERVICE_H_ 5 #ifndef CHROME_BROWSER_PRINTING_PRINT_PREVIEW_DATA_SERVICE_H_
6 #define CHROME_BROWSER_PRINTING_PRINT_PREVIEW_DATA_SERVICE_H_ 6 #define CHROME_BROWSER_PRINTING_PRINT_PREVIEW_DATA_SERVICE_H_
7 7
8 #include <stdint.h>
9
8 #include <map> 10 #include <map>
9 #include <string> 11 #include <string>
10 12
13 #include "base/macros.h"
11 #include "base/memory/ref_counted.h" 14 #include "base/memory/ref_counted.h"
12 15
13 class PrintPreviewDataStore; 16 class PrintPreviewDataStore;
14 17
15 namespace base { 18 namespace base {
16 template <typename T> 19 template <typename T>
17 struct DefaultSingletonTraits; 20 struct DefaultSingletonTraits;
18 class RefCountedBytes; 21 class RefCountedBytes;
19 } 22 }
20 23
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 59
57 PrintPreviewDataService(); 60 PrintPreviewDataService();
58 virtual ~PrintPreviewDataService(); 61 virtual ~PrintPreviewDataService();
59 62
60 PreviewDataStoreMap data_store_map_; 63 PreviewDataStoreMap data_store_map_;
61 64
62 DISALLOW_COPY_AND_ASSIGN(PrintPreviewDataService); 65 DISALLOW_COPY_AND_ASSIGN(PrintPreviewDataService);
63 }; 66 };
64 67
65 #endif // CHROME_BROWSER_PRINTING_PRINT_PREVIEW_DATA_SERVICE_H_ 68 #endif // CHROME_BROWSER_PRINTING_PRINT_PREVIEW_DATA_SERVICE_H_
OLDNEW
« no previous file with comments | « chrome/browser/printing/print_preview_context_menu_observer.h ('k') | chrome/browser/printing/print_preview_data_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698