Index: extensions/browser/api/document_scan/document_scan_interface.cc |
diff --git a/chrome/browser/extensions/api/document_scan/document_scan_interface.cc b/extensions/browser/api/document_scan/document_scan_interface.cc |
similarity index 79% |
rename from chrome/browser/extensions/api/document_scan/document_scan_interface.cc |
rename to extensions/browser/api/document_scan/document_scan_interface.cc |
index cf02fe8ca78756e86bc1d6fa5fb74724a5f29fab..2a599a3e0f4c08ffe90ddf5069754ea366c88440 100644 |
--- a/chrome/browser/extensions/api/document_scan/document_scan_interface.cc |
+++ b/extensions/browser/api/document_scan/document_scan_interface.cc |
@@ -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 "chrome/browser/extensions/api/document_scan/document_scan_interface.h" |
+#include "extensions/browser/api/document_scan/document_scan_interface.h" |
namespace extensions { |
-namespace api { |
+namespace core_api { |
DocumentScanInterface::DocumentScanInterface() { |
} |
@@ -20,7 +20,6 @@ DocumentScanInterface::ScannerDescription::ScannerDescription() { |
DocumentScanInterface::ScannerDescription::~ScannerDescription() { |
} |
-} // namespace api |
+} // namespace core_api |
} // namespace extensions |
- |