| Index: chrome/browser/resources/options2/cookies_view.js
|
| diff --git a/chrome/browser/resources/options2/cookies_view.js b/chrome/browser/resources/options2/cookies_view.js
|
| index dafa0cdef5aabcc26070a4f5e4de3f8d5c4f29c7..6550595e5402b487bc841e520d5f4defce1230db 100644
|
| --- a/chrome/browser/resources/options2/cookies_view.js
|
| +++ b/chrome/browser/resources/options2/cookies_view.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.
|
|
|
| @@ -36,7 +36,7 @@ cr.define('options', function() {
|
| * @type {?string}
|
| * @private
|
| */
|
| - lastQuery_ : null,
|
| + lastQuery_: null,
|
|
|
| initializePage: function() {
|
| OptionsPage.prototype.initializePage.call(this);
|
|
|