| Index: extensions/browser/api/document_scan/document_scan_interface.cc | 
| diff --git a/extensions/browser/api/document_scan/document_scan_interface.cc b/extensions/browser/api/document_scan/document_scan_interface.cc | 
| index 2a599a3e0f4c08ffe90ddf5069754ea366c88440..c42cf397f5c6352c343ac8b70c5313d6b04c3fb5 100644 | 
| --- a/extensions/browser/api/document_scan/document_scan_interface.cc | 
| +++ b/extensions/browser/api/document_scan/document_scan_interface.cc | 
| @@ -6,7 +6,7 @@ | 
|  | 
| namespace extensions { | 
|  | 
| -namespace core_api { | 
| +namespace api { | 
|  | 
| DocumentScanInterface::DocumentScanInterface() { | 
| } | 
| @@ -20,6 +20,6 @@ DocumentScanInterface::ScannerDescription::ScannerDescription() { | 
| DocumentScanInterface::ScannerDescription::~ScannerDescription() { | 
| } | 
|  | 
| -}  // namespace core_api | 
| +}  // namespace api | 
|  | 
| }  // namespace extensions | 
|  |