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

Unified Diff: content/renderer/webpublicsuffixlist_impl.h

Issue 2194973002: Fix linker warning in broadcast_channel.mojom-blink.obj. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tighten deps 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
« no previous file with comments | « content/renderer/renderer_blink_platform_impl.cc ('k') | content/renderer/webpublicsuffixlist_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/webpublicsuffixlist_impl.h
diff --git a/content/renderer/webpublicsuffixlist_impl.h b/content/renderer/webpublicsuffixlist_impl.h
deleted file mode 100644
index 36970473dd9c4a639c054b227c60ca6c6a837feb..0000000000000000000000000000000000000000
--- a/content/renderer/webpublicsuffixlist_impl.h
+++ /dev/null
@@ -1,24 +0,0 @@
-// Copyright 2013 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_RENDERER_WEBPUBLICSUFFIXLIST_IMPL_H_
-#define CONTENT_RENDERER_WEBPUBLICSUFFIXLIST_IMPL_H_
-
-#include <stddef.h>
-
-#include "base/compiler_specific.h"
-#include "third_party/WebKit/public/platform/WebPublicSuffixList.h"
-
-namespace content {
-
-class WebPublicSuffixListImpl : public blink::WebPublicSuffixList {
- public:
- // WebPublicSuffixList methods:
- size_t getPublicSuffixLength(const blink::WebString& host) override;
- ~WebPublicSuffixListImpl() override;
-};
-
-} // namespace content
-
-#endif // CONTENT_RENDERER_WEBPUBLICSUFFIXLIST_IMPL_H_
« no previous file with comments | « content/renderer/renderer_blink_platform_impl.cc ('k') | content/renderer/webpublicsuffixlist_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698