Index: trunk/src/chrome/browser/chromeos/extensions/external_pref_cache_loader.h |
=================================================================== |
--- trunk/src/chrome/browser/chromeos/extensions/external_pref_cache_loader.h (revision 229896) |
+++ trunk/src/chrome/browser/chromeos/extensions/external_pref_cache_loader.h (working copy) |
@@ -9,8 +9,9 @@ |
namespace chromeos { |
-// A specialization of the ExternalPrefLoader that caches crx files for external |
-// extensions with update URL in a common place for all users on the machine. |
+// A specialization of the ExternalPrefCacheLoader that caches crx files for |
+// external extensions with update URL in common place for all users on the |
+// machine. |
class ExternalPrefCacheLoader : public extensions::ExternalPrefLoader { |
public: |
// All instances of ExternalPrefCacheLoader use the same cache so |