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

Unified Diff: chrome/service/cloud_print/print_system_win.cc

Issue 10332002: win: Fix a few minor issues found by clang. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/views/infobars/infobar_view.cc ('k') | crypto/rsa_private_key_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/service/cloud_print/print_system_win.cc
diff --git a/chrome/service/cloud_print/print_system_win.cc b/chrome/service/cloud_print/print_system_win.cc
index 7ae902c48b65278137fcf9f0ec206c258a26b380..3a38016131dd39876187a24e3d444b61bfd28679 100644
--- a/chrome/service/cloud_print/print_system_win.cc
+++ b/chrome/service/cloud_print/print_system_win.cc
@@ -660,7 +660,7 @@ class PrintSystemWin : public PrintSystem {
base::win::ScopedComPtr<IXpsPrintJob> xps_print_job_;
bool should_couninit_;
- DISALLOW_COPY_AND_ASSIGN(JobSpoolerWin::Core);
+ DISALLOW_COPY_AND_ASSIGN(Core);
};
scoped_refptr<Core> core_;
« no previous file with comments | « chrome/browser/ui/views/infobars/infobar_view.cc ('k') | crypto/rsa_private_key_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698