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

Unified Diff: printing/printing_context_mac.h

Issue 17593006: mac: Update clients of scoped_nsobject.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: iwyu, scoped_nsprotocol Created 7 years, 6 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
Index: printing/printing_context_mac.h
diff --git a/printing/printing_context_mac.h b/printing/printing_context_mac.h
index 36fd6dff99e9fe7f92566475421bfcd06146fba9..c0edc323db84f9c3a7a3d01e4a3815d4de8c5d24 100644
--- a/printing/printing_context_mac.h
+++ b/printing/printing_context_mac.h
@@ -7,9 +7,9 @@
#include <string>
-#include "base/memory/scoped_nsobject.h"
-#include "printing/printing_context.h"
+#include "base/mac/scoped_nsobject.h"
#include "printing/print_job_constants.h"
+#include "printing/printing_context.h"
#ifdef __OBJC__
@class NSPrintInfo;
@@ -87,7 +87,7 @@ class PRINTING_EXPORT PrintingContextMac : public PrintingContext {
bool SetOutputColor(int color_mode);
// The native print info object.
- scoped_nsobject<NSPrintInfo> print_info_;
+ base::scoped_nsobject<NSPrintInfo> print_info_;
// The current page's context; only valid between NewPage and PageDone call
// pairs.

Powered by Google App Engine
This is Rietveld 408576698