Index: components/component_updater/component_patcher.cc |
diff --git a/chrome/browser/component_updater/component_patcher.cc b/components/component_updater/component_patcher.cc |
similarity index 94% |
rename from chrome/browser/component_updater/component_patcher.cc |
rename to components/component_updater/component_patcher.cc |
index fffab9f491a4ff94488d7b2f2e45c603836f649c..146a52aa27b2f1aac65fff0ca65725a98bdbbaaf 100644 |
--- a/chrome/browser/component_updater/component_patcher.cc |
+++ b/components/component_updater/component_patcher.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.h" |
+#include "components/component_updater/component_patcher.h" |
#include <string> |
#include <vector> |
@@ -15,8 +15,8 @@ |
#include "base/location.h" |
#include "base/memory/weak_ptr.h" |
#include "base/values.h" |
-#include "chrome/browser/component_updater/component_patcher_operation.h" |
-#include "chrome/browser/component_updater/component_updater_service.h" |
+#include "components/component_updater/component_patcher_operation.h" |
+#include "components/component_updater/component_updater_service.h" |
namespace component_updater { |