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

Unified Diff: core/fpdfapi/page/cpdf_streamparser_unittest.cpp

Issue 2474303003: Clean up fpdf_page_parsers (Closed)
Patch Set: Fix includes, move method to namespace Created 4 years, 1 month 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: core/fpdfapi/page/cpdf_streamparser_unittest.cpp
diff --git a/core/fpdfapi/page/fpdf_page_parser_old_unittest.cpp b/core/fpdfapi/page/cpdf_streamparser_unittest.cpp
similarity index 96%
rename from core/fpdfapi/page/fpdf_page_parser_old_unittest.cpp
rename to core/fpdfapi/page/cpdf_streamparser_unittest.cpp
index 52ebf1ef09fb4b9409d5edac2ebfb22d8c181e0f..f2a5a542f8c0c493c6773f965127c6d5b3d5013f 100644
--- a/core/fpdfapi/page/fpdf_page_parser_old_unittest.cpp
+++ b/core/fpdfapi/page/cpdf_streamparser_unittest.cpp
@@ -5,7 +5,7 @@
#include "core/fpdfapi/page/pageint.h"
#include "testing/gtest/include/gtest/gtest.h"
-TEST(fpdf_page_parser_old, ReadHexString) {
+TEST(cpdf_streamparser, ReadHexString) {
{
// Position out of bounds.
uint8_t data[] = "12ab>";

Powered by Google App Engine
This is Rietveld 408576698