| Index: chrome/browser/automation/automation_provider.h
|
| ===================================================================
|
| --- chrome/browser/automation/automation_provider.h (revision 27032)
|
| +++ chrome/browser/automation/automation_provider.h (working copy)
|
| @@ -423,8 +423,8 @@
|
| // Gets the bool value for preference with name |name|.
|
| void GetBooleanPreference(int handle,
|
| const std::wstring& name,
|
| - bool* success,
|
| - bool* value);
|
| + bool* value,
|
| + bool* success);
|
|
|
| // Sets the bool value for preference with name |name|.
|
| void SetBooleanPreference(int handle,
|
|
|