Index: chrome/browser/chromeos/extensions/info_private_api.cc |
=================================================================== |
--- chrome/browser/chromeos/extensions/info_private_api.cc (revision 181773) |
+++ chrome/browser/chromeos/extensions/info_private_api.cc (working copy) |
@@ -41,13 +41,13 @@ |
} // namespace |
-GetChromeosInfoFunction::GetChromeosInfoFunction() { |
+ChromeosInfoPrivateGetFunction::ChromeosInfoPrivateGetFunction() { |
} |
-GetChromeosInfoFunction::~GetChromeosInfoFunction() { |
+ChromeosInfoPrivateGetFunction::~ChromeosInfoPrivateGetFunction() { |
} |
-bool GetChromeosInfoFunction::RunImpl() { |
+bool ChromeosInfoPrivateGetFunction::RunImpl() { |
ListValue* list = NULL; |
EXTENSION_FUNCTION_VALIDATE(args_->GetList(0, &list)); |
scoped_ptr<DictionaryValue> result(new DictionaryValue()); |
@@ -63,7 +63,7 @@ |
return true; |
} |
-base::Value* GetChromeosInfoFunction::GetValue( |
+base::Value* ChromeosInfoPrivateGetFunction::GetValue( |
const std::string& property_name) { |
if (property_name == kPropertyHWID) { |
std::string hwid; |