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

Unified Diff: src/platform/vboot_reference/cgptlib/tests/quick_sort_test.c

Issue 2082007: rename cgpt files with cgptlib prefix (to avoid conflicts to cgpt utility) (Closed) Base URL: ssh://git@chromiumos-git/chromeos
Patch Set: Created 10 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: src/platform/vboot_reference/cgptlib/tests/quick_sort_test.c
diff --git a/src/platform/vboot_reference/cgptlib/tests/quick_sort_test.c b/src/platform/vboot_reference/cgptlib/tests/quick_sort_test.c
index 325c2fa83ac38cdd073f24f33062a353a082453e..d63d08b72ce80dc730a3a3072dced098ce513d40 100644
--- a/src/platform/vboot_reference/cgptlib/tests/quick_sort_test.c
+++ b/src/platform/vboot_reference/cgptlib/tests/quick_sort_test.c
@@ -4,7 +4,7 @@
*/
#include "quick_sort_test.h"
-#include "cgpt_test.h"
+#include "cgptlib_test.h"
#include "quick_sort.h"
#include "utility.h"

Powered by Google App Engine
This is Rietveld 408576698