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

Unified Diff: third_party/leveldatabase/env_chromium_stdio.h

Issue 416633002: Cleanup Chrome's LevelDB env to conform to C++ style guidelines. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed snprintf with pid_t Created 6 years, 5 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.cc ('k') | third_party/leveldatabase/env_chromium_stdio.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/leveldatabase/env_chromium_stdio.h
diff --git a/third_party/leveldatabase/env_chromium_stdio.h b/third_party/leveldatabase/env_chromium_stdio.h
index 3fb41421451c5be2aa23028e2441b6aca8930b07..3b1ded265f7b12c0adac3741d217c72b01406993 100644
--- a/third_party/leveldatabase/env_chromium_stdio.h
+++ b/third_party/leveldatabase/env_chromium_stdio.h
@@ -5,7 +5,10 @@
#ifndef THIRD_PARTY_LEVELDATABASE_ENV_CHROMIUM_STDIO_H_
#define THIRD_PARTY_LEVELDATABASE_ENV_CHROMIUM_STDIO_H_
-#include "env_chromium.h"
+#include <string>
+#include <vector>
+
+#include "third_party/leveldatabase/env_chromium.h"
namespace leveldb_env {
@@ -70,4 +73,4 @@ class ChromiumEnvStdio : public ChromiumEnv {
} // namespace leveldb_env
-#endif
+#endif // THIRD_PARTY_LEVELDATABASE_ENV_CHROMIUM_STDIO_H_
« no previous file with comments | « third_party/leveldatabase/env_chromium.cc ('k') | third_party/leveldatabase/env_chromium_stdio.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698