| Index: chrome/browser/extensions/sandboxed_unpacker.h
|
| diff --git a/chrome/browser/extensions/sandboxed_unpacker.h b/chrome/browser/extensions/sandboxed_unpacker.h
|
| index 7fc537ca9d90124953b56bf89be6d9434dc861fb..a992cf10567900a72ccd743e399bb0070224cb0e 100644
|
| --- a/chrome/browser/extensions/sandboxed_unpacker.h
|
| +++ b/chrome/browser/extensions/sandboxed_unpacker.h
|
| @@ -36,7 +36,7 @@ class SandboxedUnpackerClient
|
| virtual void OnUnpackSuccess(const FilePath& temp_dir,
|
| const FilePath& extension_root,
|
| const base::DictionaryValue* original_manifest,
|
| - const Extension* extension) = 0;
|
| + Extension* extension) = 0;
|
| virtual void OnUnpackFailure(const string16& error) = 0;
|
|
|
| protected:
|
|
|