Index: components/component_updater/component_patcher_operation.cc |
diff --git a/chrome/browser/component_updater/component_patcher_operation.cc b/components/component_updater/component_patcher_operation.cc |
similarity index 97% |
rename from chrome/browser/component_updater/component_patcher_operation.cc |
rename to components/component_updater/component_patcher_operation.cc |
index e522dd2a791740c57410dbebee300441aae0f093..7b070426cd89a0ba8740a0ca8ac13e2ab523adf6 100644 |
--- a/chrome/browser/component_updater/component_patcher_operation.cc |
+++ b/components/component_updater/component_patcher_operation.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chrome/browser/component_updater/component_patcher_operation.h" |
+#include "components/component_updater/component_patcher_operation.h" |
#include <vector> |
@@ -11,8 +11,8 @@ |
#include "base/files/memory_mapped_file.h" |
#include "base/location.h" |
#include "base/strings/string_number_conversions.h" |
-#include "chrome/browser/component_updater/component_patcher.h" |
-#include "chrome/browser/component_updater/component_updater_service.h" |
+#include "components/component_updater/component_patcher.h" |
+#include "components/component_updater/component_updater_service.h" |
#include "courgette/courgette.h" |
#include "courgette/third_party/bsdiff.h" |
#include "crypto/secure_hash.h" |