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

Unified Diff: chrome/browser/ssl/chrome_expect_staple_reporter_unittest.cc

Issue 2040513003: Implement Expect-Staple (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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: chrome/browser/ssl/chrome_expect_staple_reporter_unittest.cc
diff --git a/gpu/ipc/common/capabilities.mojom b/chrome/browser/ssl/chrome_expect_staple_reporter_unittest.cc
similarity index 72%
copy from gpu/ipc/common/capabilities.mojom
copy to chrome/browser/ssl/chrome_expect_staple_reporter_unittest.cc
index fd35409e940e193377d9411c182e99746220f2a7..fae26f4f305988668d4b76be9507660b6c7443ab 100644
--- a/gpu/ipc/common/capabilities.mojom
+++ b/chrome/browser/ssl/chrome_expect_staple_reporter_unittest.cc
@@ -2,7 +2,5 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module gpu.mojom;
+#include "chrome/browser/ssl/chrome_expect_staple_reporter.h"
-[Native]
-struct Capabilities;

Powered by Google App Engine
This is Rietveld 408576698