Index: components/component_updater/crx_update_item.h |
diff --git a/chrome/browser/component_updater/crx_update_item.h b/components/component_updater/crx_update_item.h |
similarity index 93% |
rename from chrome/browser/component_updater/crx_update_item.h |
rename to components/component_updater/crx_update_item.h |
index 5b0756cfbca1dc0c0ca6f2064df76648abe671cb..67cefd12c7d43affd3674ea10119f4e7e5fabc7c 100644 |
--- a/chrome/browser/component_updater/crx_update_item.h |
+++ b/components/component_updater/crx_update_item.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_CRX_UPDATE_ITEM_H_ |
-#define CHROME_BROWSER_COMPONENT_UPDATER_CRX_UPDATE_ITEM_H_ |
+#ifndef COMPONENTS_COMPONENT_UPDATER_CRX_UPDATE_ITEM_H_ |
+#define COMPONENTS_COMPONENT_UPDATER_CRX_UPDATE_ITEM_H_ |
#include <string> |
#include <vector> |
@@ -12,8 +12,8 @@ |
#include "base/memory/weak_ptr.h" |
#include "base/time/time.h" |
#include "base/version.h" |
-#include "chrome/browser/component_updater/component_updater_service.h" |
-#include "chrome/browser/component_updater/crx_downloader.h" |
+#include "components/component_updater/component_updater_service.h" |
+#include "components/component_updater/crx_downloader.h" |
namespace component_updater { |
@@ -127,4 +127,4 @@ struct CrxUpdateItem { |
} // namespace component_updater |
-#endif // CHROME_BROWSER_COMPONENT_UPDATER_CRX_UPDATE_ITEM_H_ |
+#endif // COMPONENTS_COMPONENT_UPDATER_CRX_UPDATE_ITEM_H_ |