Index: chrome/browser/component_updater/crx_update_item.h |
diff --git a/chrome/browser/component_updater/crx_update_item.h b/chrome/browser/component_updater/crx_update_item.h |
index 477da9ab73376bb0c3605593b3dfe26f2ceb61b2..ff94d98361ecfd1c8b55d6c25ff3e2abba7653af 100644 |
--- a/chrome/browser/component_updater/crx_update_item.h |
+++ b/chrome/browser/component_updater/crx_update_item.h |
@@ -15,10 +15,10 @@ |
#include "chrome/browser/component_updater/component_updater_service.h" |
#include "chrome/browser/component_updater/crx_downloader.h" |
-class CUResourceThrottle; |
- |
namespace component_updater { |
+class CUResourceThrottle; |
+ |
// This is the one and only per-item state structure. Designed to be hosted |
// in a std::vector or a std::list. The two main members are |component| |
// which is supplied by the the component updater client and |status| which |