summaryrefslogtreecommitdiffstats
path: root/src/core/profile_qt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/profile_qt.h')
-rw-r--r--src/core/profile_qt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/profile_qt.h b/src/core/profile_qt.h
index 41eeeecf5..a5b37dbd5 100644
--- a/src/core/profile_qt.h
+++ b/src/core/profile_qt.h
@@ -71,9 +71,10 @@ public:
virtual ~ProfileQt();
+ base::FilePath GetCachePath() const;
+
// BrowserContext implementation:
base::FilePath GetPath() const override;
- base::FilePath GetCachePath() const override;
bool IsOffTheRecord() const override;
net::URLRequestContextGetter *CreateMediaRequestContext() override;