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

Unified Diff: chrome/browser/printing/print_job_manager.h

Issue 11572033: Merge 171447 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1312/src/
Patch Set: Created 8 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/printing/print_job_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/printing/print_job_manager.h
===================================================================
--- chrome/browser/printing/print_job_manager.h (revision 173056)
+++ chrome/browser/printing/print_job_manager.h (working copy)
@@ -5,6 +5,7 @@
#ifndef CHROME_BROWSER_PRINTING_PRINT_JOB_MANAGER_H_
#define CHROME_BROWSER_PRINTING_PRINT_JOB_MANAGER_H_
+#include <set>
#include <vector>
#include "base/memory/ref_counted.h"
@@ -52,7 +53,7 @@
PrintDestinationInterface* destination() const { return destination_.get(); }
private:
- typedef std::vector<scoped_refptr<PrintJob> > PrintJobs;
+ typedef std::set<scoped_refptr<PrintJob> > PrintJobs;
typedef std::vector<scoped_refptr<PrinterQuery> > PrinterQueries;
// Processes a NOTIFY_PRINT_JOB_EVENT notification.
« no previous file with comments | « no previous file | chrome/browser/printing/print_job_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698