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

Unified Diff: content/test/mock_weburlloader.cc

Issue 2399463007: AssociatedURLLoader shouldn't derive from WebURLLoader (Closed)
Patch Set: Rebase Created 4 years, 2 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: content/test/mock_weburlloader.cc
diff --git a/content/test/mock_weburlloader.cc b/content/test/mock_weburlloader.cc
deleted file mode 100644
index 951c587f2140d818d109eba3a2a4cab0b78c16c7..0000000000000000000000000000000000000000
--- a/content/test/mock_weburlloader.cc
+++ /dev/null
@@ -1,18 +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.
-
-#include "content/test/mock_weburlloader.h"
-
-#include "third_party/WebKit/public/platform/WebData.h"
-#include "third_party/WebKit/public/platform/WebURLError.h"
-#include "third_party/WebKit/public/platform/WebURLRequest.h"
-#include "third_party/WebKit/public/platform/WebURLResponse.h"
-
-namespace content {
-
-MockWebURLLoader::MockWebURLLoader() {}
-
-MockWebURLLoader::~MockWebURLLoader() {}
-
-} // namespace content
« no previous file with comments | « content/test/mock_weburlloader.h ('k') | extensions/renderer/guest_view/mime_handler_view/mime_handler_view_container.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698