Index: chrome/browser/extensions/pack_extension_job.h |
=================================================================== |
--- chrome/browser/extensions/pack_extension_job.h (revision 70280) |
+++ chrome/browser/extensions/pack_extension_job.h (working copy) |
@@ -10,7 +10,6 @@ |
#include "base/file_path.h" |
#include "base/ref_counted.h" |
-#include "base/string16.h" |
#include "chrome/browser/browser_thread.h" |
@@ -42,8 +41,8 @@ |
void ClearClient(); |
// The standard packing success message. |
- static string16 StandardSuccessMessage(const FilePath& crx_file, |
- const FilePath& key_file); |
+ static std::wstring StandardSuccessMessage(const FilePath& crx_file, |
+ const FilePath& key_file); |
void set_asynchronous(bool async) { asynchronous_ = async; } |