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

Unified Diff: third_party/leveldatabase/port/port_chromium.h

Issue 2727693004: DEPS: Update leveldatabase from 1.18 to 1.20. (Closed)
Patch Set: Created 3 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
Index: third_party/leveldatabase/port/port_chromium.h
diff --git a/third_party/leveldatabase/port/port_chromium.h b/third_party/leveldatabase/port/port_chromium.h
index 557945318f6493dedab9f5b4749f8b1ed9cfc6cf..4682693d8f0ac20d7cf0fcd16a6ff5a511aec6ad 100644
--- a/third_party/leveldatabase/port/port_chromium.h
+++ b/third_party/leveldatabase/port/port_chromium.h
@@ -115,7 +115,10 @@ inline bool GetHeapProfile(void (*func)(void*, const char*, int), void* arg) {
return false;
}
-}
-}
+// Implemented in leveldb's src/port/port_posix_sse.c.
cmumford 2017/03/02 00:01:45 missing a second 'c'
pwnall 2017/03/02 00:28:24 Done. Thank you for catching this!
+uint32_t AcceleratedCRC32C(uint32_t crc, const char* buf, size_t size);
+
+} // namespace port
+} // namespace leveldb
#endif // STORAGE_LEVELDB_PORT_PORT_CHROMIUM_H_
« third_party/leveldatabase/BUILD.gn ('K') | « third_party/leveldatabase/README.chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698