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

Unified Diff: third_party/leveldatabase/env_chromium_win.cc

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_win.h ('k') | third_party/leveldatabase/env_idb.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/leveldatabase/env_chromium_win.cc
diff --git a/third_party/leveldatabase/env_chromium_win.cc b/third_party/leveldatabase/env_chromium_win.cc
index 1b8da17ae3680da968bd27419cd3d447356887cd..e37409e348f39ff562f50af3014377683bfe05f3 100644
--- a/third_party/leveldatabase/env_chromium_win.cc
+++ b/third_party/leveldatabase/env_chromium_win.cc
@@ -2,16 +2,23 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. See the AUTHORS file for names of contributors.
+#include "third_party/leveldatabase/env_chromium_win.h"
+
#include "base/debug/trace_event.h"
#include "base/files/file.h"
#include "base/files/file_path.h"
#include "base/strings/utf_string_conversions.h"
#include "base/win/win_util.h"
-#include "chromium_logger.h"
-#include "env_chromium_stdio.h"
-#include "env_chromium_win.h"
-
-using namespace leveldb;
+#include "third_party/leveldatabase/chromium_logger.h"
+#include "third_party/leveldatabase/env_chromium_stdio.h"
+
+using leveldb::ChromiumLogger;
+using leveldb::Logger;
+using leveldb::RandomAccessFile;
+using leveldb::SequentialFile;
+using leveldb::Slice;
+using leveldb::Status;
+using leveldb::WritableFile;
namespace leveldb_env {
« no previous file with comments | « third_party/leveldatabase/env_chromium_win.h ('k') | third_party/leveldatabase/env_idb.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698