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

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

Issue 1961963003: Move //courgette/third_party to subfolder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed compilation Created 4 years, 7 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/paged_array.h
diff --git a/courgette/third_party/paged_array.h b/courgette/third_party/bsdiff/paged_array.h
similarity index 99%
rename from courgette/third_party/paged_array.h
rename to courgette/third_party/bsdiff/paged_array.h
index 48a92f171fb1a804d9947ba419c1b7a60027d7ab..7883053e7a471f9bde90855912345fa87715fada 100644
--- a/courgette/third_party/paged_array.h
+++ b/courgette/third_party/bsdiff/paged_array.h
@@ -19,7 +19,7 @@
namespace courgette {
// PagedArray implements an array stored using many fixed-size pages.
-template<typename T>
+template <typename T>
class PagedArray {
enum {
// Page size in elements. Page size of 2^18 * sizeof(T) is 1MB for T = int.

Powered by Google App Engine
This is Rietveld 408576698