| Index: skia/ext/skia_commit_hash_none.cc
|
| diff --git a/tools/clang/plugins/tests/missing_ctor_ignored_base.cpp b/skia/ext/skia_commit_hash_none.cc
|
| similarity index 55%
|
| copy from tools/clang/plugins/tests/missing_ctor_ignored_base.cpp
|
| copy to skia/ext/skia_commit_hash_none.cc
|
| index 6c4ddd4fc6c4a27e9721be91971255bd6f8bfd15..4ed1e4c618ee215bca86fd97c3c32cd48035a08a 100644
|
| --- a/tools/clang/plugins/tests/missing_ctor_ignored_base.cpp
|
| +++ b/skia/ext/skia_commit_hash_none.cc
|
| @@ -2,10 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "missing_ctor_ignored_base.h"
|
|
|
| -int main() {
|
| - MissingCtorsWithIgnoredBase one;
|
| - MissingCtorsWithIgnoredGrandBase two;
|
| - return 0;
|
| +#include "skia_commit_hash.h"
|
| +
|
| +namespace skia {
|
| +const char* CommitHash() { return ""; }
|
| }
|
|
|