Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1759)

Unified Diff: skia/ext/skia_commit_hash_none.cc

Issue 2187533002: skia_commit_hash.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 2016-07-28 (Thursday) 16:16:56 EDT Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 ""; }
}
« skia/BUILD.gn ('K') | « skia/ext/skia_commit_hash.h ('k') | skia/skia_chrome.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698