| Index: tools/clang/translation_unit/test_files/test_relative_sysroot.cc
|
| diff --git a/chrome/test/data/extensions/policy_shared_module/shared_module/pass.js b/tools/clang/translation_unit/test_files/test_relative_sysroot.cc
|
| similarity index 87%
|
| copy from chrome/test/data/extensions/policy_shared_module/shared_module/pass.js
|
| copy to tools/clang/translation_unit/test_files/test_relative_sysroot.cc
|
| index 2a344be5ca53dc39b0cd7a89c66d67ce05122c7c..c6beb1aca01e4f9e136b8ba16084a63c177e0bb6 100644
|
| --- a/chrome/test/data/extensions/policy_shared_module/shared_module/pass.js
|
| +++ b/tools/clang/translation_unit/test_files/test_relative_sysroot.cc
|
| @@ -2,4 +2,4 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -var pass_exported = {};
|
| +#include <string>
|
|
|