| Index: base/nullptr.cc
|
| diff --git a/chrome/test/data/extensions/api_test/content_scripts/other_extensions/injector/background.js b/base/nullptr.cc
|
| similarity index 66%
|
| copy from chrome/test/data/extensions/api_test/content_scripts/other_extensions/injector/background.js
|
| copy to base/nullptr.cc
|
| index d0f305ef89a07f21e9ac69a38e54f16877364fc4..c3c36c42ba48e7ac4673f562357b72e7209c9684 100644
|
| --- a/chrome/test/data/extensions/api_test/content_scripts/other_extensions/injector/background.js
|
| +++ b/base/nullptr.cc
|
| @@ -2,6 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -console.log('INJECTOR: Loaded injector!');
|
| +#include "base/nullptr.h"
|
|
|
| -chrome.tabs.create({ url: "test.html" });
|
| +namespace base {
|
| +
|
| +nullptr_t NullPtr;
|
| +
|
| +} // namespace base
|
|
|