summaryrefslogtreecommitdiff
path: root/chromium/content/shell/common/leak_detection_result.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/shell/common/leak_detection_result.h')
-rw-r--r--chromium/content/shell/common/leak_detection_result.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/chromium/content/shell/common/leak_detection_result.h b/chromium/content/shell/common/leak_detection_result.h
deleted file mode 100644
index 873a172a592..00000000000
--- a/chromium/content/shell/common/leak_detection_result.h
+++ /dev/null
@@ -1,19 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CONTENT_SHELL_COMMON_LEAK_DETECTION_RESULT_H_
-#define CONTENT_SHELL_COMMON_LEAK_DETECTION_RESULT_H_
-
-#include <string>
-
-namespace content {
-
-struct LeakDetectionResult {
- bool leaked;
- std::string detail;
-};
-
-} // namespace content
-
-#endif // CONTENT_SHELL_COMMON_LEAK_DETECTION_RESULT_H_