| Index: core/fpdfapi/parser/cpdf_simple_parser_unittest.cpp
 | 
| diff --git a/core/fpdfapi/fpdf_parser/cpdf_simple_parser_unittest.cpp b/core/fpdfapi/parser/cpdf_simple_parser_unittest.cpp
 | 
| similarity index 97%
 | 
| rename from core/fpdfapi/fpdf_parser/cpdf_simple_parser_unittest.cpp
 | 
| rename to core/fpdfapi/parser/cpdf_simple_parser_unittest.cpp
 | 
| index 50bbb528c5f2bfdb923303cb92f92c6bcc18a380..5f56b948cd4904dc044ca6a31e7644f40deb5faa 100644
 | 
| --- a/core/fpdfapi/fpdf_parser/cpdf_simple_parser_unittest.cpp
 | 
| +++ b/core/fpdfapi/parser/cpdf_simple_parser_unittest.cpp
 | 
| @@ -2,11 +2,11 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -#include "core/fpdfapi/fpdf_parser/cpdf_simple_parser.h"
 | 
| +#include "core/fpdfapi/parser/cpdf_simple_parser.h"
 | 
|  
 | 
|  #include <string>
 | 
|  
 | 
| -#include "core/fpdfapi/fpdf_parser/fpdf_parser_utility.h"
 | 
| +#include "core/fpdfapi/parser/fpdf_parser_utility.h"
 | 
|  #include "core/fxcrt/fx_basic.h"
 | 
|  #include "testing/gtest/include/gtest/gtest.h"
 | 
|  #include "testing/test_support.h"
 | 
| 
 |