| Index: chrome/browser/extensions/unpacked_installer.h
|
| diff --git a/chrome/browser/extensions/unpacked_installer.h b/chrome/browser/extensions/unpacked_installer.h
|
| index 437e2235a2d74fd02e8374f297958f73d6763d5c..ad60d0a32e7caf52281fd457fd66552787033b1a 100644
|
| --- a/chrome/browser/extensions/unpacked_installer.h
|
| +++ b/chrome/browser/extensions/unpacked_installer.h
|
| @@ -12,11 +12,12 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/weak_ptr.h"
|
|
|
| -class Extension;
|
| class ExtensionService;
|
|
|
| namespace extensions {
|
|
|
| +class Extension;
|
| +
|
| // Installs and loads an unpacked extension.
|
| // TODO(erikkay): It might be useful to be able to load a packed extension
|
| // (presumably into memory) without installing it.
|
|
|