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

Unified Diff: printing/printed_document.h

Issue 12163003: Add FilePath to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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 | « printing/pdf_metafile_skia.h ('k') | remoting/host/audio_capturer_linux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/printed_document.h
diff --git a/printing/printed_document.h b/printing/printed_document.h
index bdb092fc3223d6055f138c63c8de9443e75eda61..3992386c294561c42e9a68e12cf4d4c147b383dc 100644
--- a/printing/printed_document.h
+++ b/printing/printed_document.h
@@ -13,9 +13,12 @@
#include "printing/print_settings.h"
#include "ui/gfx/native_widget_types.h"
-class FilePath;
class MessageLoop;
+namespace base {
+class FilePath;
+}
+
namespace printing {
class Metafile;
@@ -93,9 +96,9 @@ class PRINTING_EXPORT PrintedDocument
// Sets a path where to dump printing output files for debugging. If never set
// no files are generated.
- static void set_debug_dump_path(const FilePath& debug_dump_path);
+ static void set_debug_dump_path(const base::FilePath& debug_dump_path);
- static const FilePath& debug_dump_path();
+ static const base::FilePath& debug_dump_path();
private:
friend class base::RefCountedThreadSafe<PrintedDocument>;
« no previous file with comments | « printing/pdf_metafile_skia.h ('k') | remoting/host/audio_capturer_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698