commit | 1c321ee57a522e891d91a41a09bd900f0afd6f0d | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon May 21 03:02:34 2012 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon May 21 03:02:34 2012 |
tree | bb6e35526d52b50d8e37216e8605c7b4aa08c86a | |
parent | e2a374f50043586ff684e0720bbbd99b9aa15c07 [diff] [blame] |
Move Extension into extensions namespace BUG=117262 [email protected] Review URL: https://chromiumcodereview.appspot.com/10375021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138074 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/extensions/unpacked_installer.h b/chrome/browser/extensions/unpacked_installer.h index 437e2235..ad60d0a 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.