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

Unified Diff: ios/web/public/test/fakes/test_browser_state.cc

Issue 2614443004: [ios] Moved all web mocks to ios/web/public/test/fakes. (Closed)
Patch Set: Moved test_redirect_observer back Created 3 years, 11 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 | « ios/web/public/test/fakes/test_browser_state.h ('k') | ios/web/public/test/fakes/test_native_content.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/public/test/fakes/test_browser_state.cc
diff --git a/ios/web/public/test/test_browser_state.cc b/ios/web/public/test/fakes/test_browser_state.cc
similarity index 90%
rename from ios/web/public/test/test_browser_state.cc
rename to ios/web/public/test/fakes/test_browser_state.cc
index 054208cab8515d68932bd73a7895ebdf933d071f..a20502f38f3958ffdb582c4b76c0317fe0bebe7d 100644
--- a/ios/web/public/test/test_browser_state.cc
+++ b/ios/web/public/test/fakes/test_browser_state.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 "ios/web/public/test/test_browser_state.h"
+#include "ios/web/public/test/fakes/test_browser_state.h"
#include "base/files/file_path.h"
#include "ios/web/public/web_thread.h"
@@ -28,8 +28,8 @@ class TestContextURLRequestContextGetter : public net::URLRequestContextGetter {
net::URLRequestContext* GetURLRequestContext() override { return &context_; }
- scoped_refptr<base::SingleThreadTaskRunner>
- GetNetworkTaskRunner() const override {
+ scoped_refptr<base::SingleThreadTaskRunner> GetNetworkTaskRunner()
+ const override {
return web::WebThread::GetTaskRunnerForThread(web::WebThread::IO);
}
@@ -44,8 +44,7 @@ class TestContextURLRequestContextGetter : public net::URLRequestContextGetter {
TestBrowserState::TestBrowserState() : is_off_the_record_(false) {}
-TestBrowserState::~TestBrowserState() {
-}
+TestBrowserState::~TestBrowserState() {}
bool TestBrowserState::IsOffTheRecord() const {
return is_off_the_record_;
« no previous file with comments | « ios/web/public/test/fakes/test_browser_state.h ('k') | ios/web/public/test/fakes/test_native_content.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698