| Index: chrome/browser/resources/local_state/local_state.js
|
| diff --git a/chrome/browser/resources/local_state/local_state.js b/chrome/browser/resources/local_state/local_state.js
|
| index 3011af54f9d2765a909bbc9fe371d355b09bd02e..76656ac47d44afd05afab2382550ecdf782f8011 100644
|
| --- a/chrome/browser/resources/local_state/local_state.js
|
| +++ b/chrome/browser/resources/local_state/local_state.js
|
| @@ -20,9 +20,7 @@ cr.define('localState', function() {
|
| $('content').textContent = localState;
|
| }
|
|
|
| - return {
|
| - setLocalState: setLocalState
|
| - };
|
| + return {setLocalState: setLocalState};
|
| });
|
|
|
| // When the page loads, request the JSON local state data from C++.
|
|
|