| Index: chrome/browser/resources/options2/controlled_setting.js
|
| diff --git a/chrome/browser/resources/options2/controlled_setting.js b/chrome/browser/resources/options2/controlled_setting.js
|
| index 0ca4e31f5371bddd12bdd45fb5728f649a96881c..7097869ee740dd581ae52053de6be82c29c1cc75 100644
|
| --- a/chrome/browser/resources/options2/controlled_setting.js
|
| +++ b/chrome/browser/resources/options2/controlled_setting.js
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -133,6 +133,6 @@ cr.define('options', function() {
|
|
|
| // Export.
|
| return {
|
| - ControlledSettingIndicator : ControlledSettingIndicator
|
| + ControlledSettingIndicator: ControlledSettingIndicator
|
| };
|
| });
|
|
|