Merge from Chromium at DEPS revision r190564

This commit was generated by merge_to_master.py.

Change-Id: Icadecbce29854b8fa25fd335b2c1949b5ca5d170
diff --git a/printing/metafile.h b/printing/metafile.h
index a73c850..ca0901b 100644
--- a/printing/metafile.h
+++ b/printing/metafile.h
@@ -18,7 +18,9 @@
 #include "base/mac/scoped_cftyperef.h"
 #endif
 
+namespace base {
 class FilePath;
+}
 
 namespace gfx {
 class Rect;
@@ -117,7 +119,7 @@
 
   // Saves the underlying data to the given file. This function should ONLY be
   // called after the metafile is closed. Returns true if writing succeeded.
-  virtual bool SaveTo(const FilePath& file_path) const = 0;
+  virtual bool SaveTo(const base::FilePath& file_path) const = 0;
 
   // Returns the bounds of the given page. Pages use a 1-based index.
   virtual gfx::Rect GetPageBounds(unsigned int page_number) const = 0;