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

Unified Diff: chrome/browser/media_galleries/fileapi/picasa_data_provider.h

Issue 145303002: Convert Media Galleries to use base::File (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 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
Index: chrome/browser/media_galleries/fileapi/picasa_data_provider.h
diff --git a/chrome/browser/media_galleries/fileapi/picasa_data_provider.h b/chrome/browser/media_galleries/fileapi/picasa_data_provider.h
index c075f672bc75118cd4419be58542be7e6fdf3608..8da1ae4e9111c20e59bdb58aab9a748d94078568 100644
--- a/chrome/browser/media_galleries/fileapi/picasa_data_provider.h
+++ b/chrome/browser/media_galleries/fileapi/picasa_data_provider.h
@@ -11,6 +11,7 @@
#include "base/basictypes.h"
#include "base/callback_forward.h"
+#include "base/files/file.h"
#include "base/files/file_path.h"
#include "base/files/file_path_watcher.h"
#include "base/memory/ref_counted.h"
@@ -47,7 +48,7 @@ class PicasaDataProvider {
scoped_ptr<AlbumMap> GetFolders();
// |error| must be non-NULL.
scoped_ptr<AlbumImages> FindAlbumImages(const std::string& key,
- base::PlatformFileError* error);
+ base::File::Error* error);
protected:
// Notifies data provider that any currently cached data is stale.

Powered by Google App Engine
This is Rietveld 408576698