Index: content/test/mock_webassociatedurlloader.cc |
diff --git a/content/test/mock_weburlloader.cc b/content/test/mock_webassociatedurlloader.cc |
similarity index 72% |
rename from content/test/mock_weburlloader.cc |
rename to content/test/mock_webassociatedurlloader.cc |
index 951c587f2140d818d109eba3a2a4cab0b78c16c7..e458fb47a050b00aa79760cfb05f4f5b43749a41 100644 |
--- a/content/test/mock_weburlloader.cc |
+++ b/content/test/mock_webassociatedurlloader.cc |
@@ -2,7 +2,7 @@ |
// 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 "content/test/mock_webassociatedurlloader.h" |
#include "third_party/WebKit/public/platform/WebData.h" |
#include "third_party/WebKit/public/platform/WebURLError.h" |
@@ -11,8 +11,8 @@ |
namespace content { |
-MockWebURLLoader::MockWebURLLoader() {} |
+MockWebAssociatedURLLoader::MockWebAssociatedURLLoader() {} |
-MockWebURLLoader::~MockWebURLLoader() {} |
+MockWebAssociatedURLLoader::~MockWebAssociatedURLLoader() {} |
} // namespace content |