| Index: extensions/common/manifest.h
|
| diff --git a/extensions/common/manifest.h b/extensions/common/manifest.h
|
| index f7108f88f5ebc2ebc2b0fb04879972137df6dddc..8f4c3c700ee9d0116dc55e8ada16c27d3b6b82af 100644
|
| --- a/extensions/common/manifest.h
|
| +++ b/extensions/common/manifest.h
|
| @@ -149,7 +149,7 @@ class Manifest {
|
| bool GetBoolean(const std::string& path, bool* out_value) const;
|
| bool GetInteger(const std::string& path, int* out_value) const;
|
| bool GetString(const std::string& path, std::string* out_value) const;
|
| - bool GetString(const std::string& path, string16* out_value) const;
|
| + bool GetString(const std::string& path, base::string16* out_value) const;
|
| bool GetDictionary(const std::string& path,
|
| const base::DictionaryValue** out_value) const;
|
| bool GetList(const std::string& path,
|
|
|