Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5856)

Unified Diff: chrome/browser/component_updater/crx_update_item.h

Issue 138553004: Move component updater artifacts into component_updater namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698