| Index: chrome/common/extensions/docs/examples/api/storage/stylizr/popup.js
|
| diff --git a/chrome/common/extensions/docs/examples/api/storage/stylizr/popup.js b/chrome/common/extensions/docs/examples/api/storage/stylizr/popup.js
|
| index af1833f19bcb11a63c51f3de0e71f3572c3923e1..94e6009afb3d584ef0a44ba6d29da61cd8066608 100644
|
| --- a/chrome/common/extensions/docs/examples/api/storage/stylizr/popup.js
|
| +++ b/chrome/common/extensions/docs/examples/api/storage/stylizr/popup.js
|
| @@ -1,9 +1,9 @@
|
| -// 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.
|
|
|
| // Store settings in the synchronized repository.
|
| -var storage = chrome.experimental.storage.sync;
|
| +var storage = chrome.storage.sync;
|
| var message = document.querySelector('#message');
|
|
|
| // Check if there is CSS specified.
|
|
|