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

Unified Diff: third_party/leveldatabase/env_chromium_win.h

Issue 168833003: Remove uses of PlatformFile from leveldb (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 | « third_party/leveldatabase/env_chromium_unittest.cc ('k') | third_party/leveldatabase/env_chromium_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/leveldatabase/env_chromium_win.h
diff --git a/third_party/leveldatabase/env_chromium_win.h b/third_party/leveldatabase/env_chromium_win.h
index 0bc35f693e6c45cf01b80ff3de5ea6ad7d3bd37c..4354c351b02ea13f18e700fbbd34a44dffef1619 100644
--- a/third_party/leveldatabase/env_chromium_win.h
+++ b/third_party/leveldatabase/env_chromium_win.h
@@ -60,7 +60,7 @@ class ChromiumEnvWin : public ChromiumEnv {
leveldb::Logger** result);
protected:
- virtual base::PlatformFileError GetDirectoryEntries(
+ virtual base::File::Error GetDirectoryEntries(
const base::FilePath& dir_param,
std::vector<base::FilePath>* result) const;
« no previous file with comments | « third_party/leveldatabase/env_chromium_unittest.cc ('k') | third_party/leveldatabase/env_chromium_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698