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

Unified Diff: src/platform/vboot_reference/cgptlib/tests/cgptlib_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/cgptlib_test.c
diff --git a/src/platform/vboot_reference/cgptlib/tests/cgpt_test.c b/src/platform/vboot_reference/cgptlib/tests/cgptlib_test.c
similarity index 99%
rename from src/platform/vboot_reference/cgptlib/tests/cgpt_test.c
rename to src/platform/vboot_reference/cgptlib/tests/cgptlib_test.c
index 964232d6e6c3f7f7f82b37a710541f31d5b76c01..b725749d9110251af6a6c784db9ea04d387f1102 100644
--- a/src/platform/vboot_reference/cgptlib/tests/cgpt_test.c
+++ b/src/platform/vboot_reference/cgptlib/tests/cgptlib_test.c
@@ -3,10 +3,10 @@
* found in the LICENSE file.
*/
-#include "cgpt_test.h"
+#include "cgptlib_test.h"
#include <string.h>
-#include "cgpt.h"
-#include "cgpt_internal.h"
+#include "cgptlib.h"
+#include "cgptlib_internal.h"
#include "crc32.h"
#include "gpt.h"
#include "quick_sort_test.h"

Powered by Google App Engine
This is Rietveld 408576698