Index: components/component_updater/component_patcher_operation.h |
diff --git a/chrome/browser/component_updater/component_patcher_operation.h b/components/component_updater/component_patcher_operation.h |
similarity index 95% |
rename from chrome/browser/component_updater/component_patcher_operation.h |
rename to components/component_updater/component_patcher_operation.h |
index 9bbd669d25cf63092735d267a381493abf998048..c4bccaaf65781e2fb976d31730ded1ca643efc1d 100644 |
--- a/chrome/browser/component_updater/component_patcher_operation.h |
+++ b/components/component_updater/component_patcher_operation.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CHROME_BROWSER_COMPONENT_UPDATER_COMPONENT_PATCHER_OPERATION_H_ |
-#define CHROME_BROWSER_COMPONENT_UPDATER_COMPONENT_PATCHER_OPERATION_H_ |
+#ifndef COMPONENTS_COMPONENT_UPDATER_COMPONENT_PATCHER_OPERATION_H_ |
+#define COMPONENTS_COMPONENT_UPDATER_COMPONENT_PATCHER_OPERATION_H_ |
#include <string> |
@@ -12,7 +12,7 @@ |
#include "base/compiler_specific.h" |
#include "base/files/file_path.h" |
#include "base/memory/ref_counted.h" |
-#include "chrome/browser/component_updater/component_unpacker.h" |
+#include "components/component_updater/component_unpacker.h" |
namespace base { |
class DictionaryValue; |
@@ -181,4 +181,4 @@ DeltaUpdateOp* CreateDeltaUpdateOp( |
} // namespace component_updater |
-#endif // CHROME_BROWSER_COMPONENT_UPDATER_COMPONENT_PATCHER_OPERATION_H_ |
+#endif // COMPONENTS_COMPONENT_UPDATER_COMPONENT_PATCHER_OPERATION_H_ |