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

Unified Diff: tools/clang/plugins/tests/warn_only.cpp

Issue 1117163002: Clang style plugin: add warn-only option and use it on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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: tools/clang/plugins/tests/warn_only.cpp
diff --git a/media/base/video_capturer_source.cc b/tools/clang/plugins/tests/warn_only.cpp
similarity index 55%
copy from media/base/video_capturer_source.cc
copy to tools/clang/plugins/tests/warn_only.cpp
index c1ebbe1dbff339455a2ef2e9b09efc95edfe79c1..1fbefcb105b911baaafd4b1753353f3e35d3e319 100644
--- a/media/base/video_capturer_source.cc
+++ b/tools/clang/plugins/tests/warn_only.cpp
@@ -2,10 +2,4 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "media/base/video_capturer_source.h"
-
-namespace media {
-
-VideoCapturerSource::~VideoCapturerSource() {}
-
-} // namespace media
+#include "warn_only.h"

Powered by Google App Engine
This is Rietveld 408576698