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

Unified Diff: chrome/common/file_system/file_system_dispatcher.h

Issue 4261001: Moving Entry from base::file_util_proxy namespace to within class base::FileU... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 2 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/common/file_system/file_system_dispatcher.h
===================================================================
--- chrome/common/file_system/file_system_dispatcher.h (revision 64690)
+++ chrome/common/file_system/file_system_dispatcher.h (working copy)
@@ -87,7 +87,7 @@
const base::PlatformFileInfo& file_info);
void DidReadDirectory(
int request_id,
- const std::vector<base::file_util_proxy::Entry>& entries,
+ const std::vector<base::FileUtilProxy::Entry>& entries,
bool has_more);
void DidFail(int request_id, base::PlatformFileError error_code);
void DidWrite(int request_id, int64 bytes, bool complete);

Powered by Google App Engine
This is Rietveld 408576698