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

Unified Diff: courgette/third_party/bsdiff/bsdiff_search.h

Issue 1948843002: [Courgette Experimental] Replace QSufSort with libdivsufsort Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync and merge. Created 4 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
Index: courgette/third_party/bsdiff/bsdiff_search.h
diff --git a/courgette/third_party/bsdiff/bsdiff_search.h b/courgette/third_party/bsdiff/bsdiff_search.h
index e4dd1e7e5f224ad65a7e3a071af53bb8a61e345c..47123efe6cf91ff68a345bf44f7c0c0c3596f36c 100644
--- a/courgette/third_party/bsdiff/bsdiff_search.h
+++ b/courgette/third_party/bsdiff/bsdiff_search.h
@@ -47,7 +47,7 @@
#include <algorithm>
#include <cstring>
-namespace courgette {
+namespace bsdiff {
// Similar to ::memcmp(), but returns match length instead.
inline int matchlen(const unsigned char* old,
@@ -96,6 +96,6 @@ int search(T I,
return y;
}
-} // namespace courgette
+} // namespace bsdiff
#endif // COURGETTE_THIRD_PARTY_BSDIFF_BSDIFF_SEARCH_H_
« no previous file with comments | « courgette/third_party/bsdiff/bsdiff_create.cc ('k') | courgette/third_party/bsdiff/bsdiff_search_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698