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

Unified Diff: ios/web/public/test/test_browser_state.h

Issue 964403002: Upstream BrowserState::GetStatePath() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix client code Created 5 years, 10 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/browser_state.h ('k') | ios/web/public/test/test_browser_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/public/test/test_browser_state.h
diff --git a/ios/web/public/test/test_browser_state.h b/ios/web/public/test/test_browser_state.h
index 320ba00b781248a7e1efa9ab752381c0084159f2..754454836ea499730a1ae2b455b7d29ca7f32379 100644
--- a/ios/web/public/test/test_browser_state.h
+++ b/ios/web/public/test/test_browser_state.h
@@ -15,7 +15,7 @@ class TestBrowserState : public BrowserState {
// BrowserState:
bool IsOffTheRecord() const override;
- base::FilePath GetPath() const override;
+ base::FilePath GetStatePath() const override;
net::URLRequestContextGetter* GetRequestContext() override;
};
} // namespace web
« no previous file with comments | « ios/web/public/browser_state.h ('k') | ios/web/public/test/test_browser_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698