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

Unified Diff: unit_test/unit_test.cc

Issue 1513263004: remove unused var (Closed) Base URL: https://chromium.googlesource.com/libyuv/libyuv@master
Patch Set: remove include gtest from cc and use h include Created 5 years 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
« no previous file with comments | « unit_test/convert_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: unit_test/unit_test.cc
diff --git a/unit_test/unit_test.cc b/unit_test/unit_test.cc
index f5aeac543085f77b0551dc44f9590823162ce492..c3fec6b39faa2c83ccee7fd37c5dd5627c6e5fd7 100644
--- a/unit_test/unit_test.cc
+++ b/unit_test/unit_test.cc
@@ -15,7 +15,6 @@
#include <cstring>
#include "gflags/gflags.h"
-#include "testing/gtest/include/gtest/gtest.h"
// Change this to 1000 for benchmarking.
// TODO(fbarchard): Add command line parsing to pass this as option.
« no previous file with comments | « unit_test/convert_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698