content::BrowserContext::GetPath is a const member function in Chrome 30

See http://src.chromium.org/viewvc/chrome?view=revision&revision=211931.
This commit is contained in:
Adam Roben 2013-10-07 15:21:43 -04:00
parent 64a5ce6e15
commit eb446fc707
2 changed files with 14 additions and 16 deletions

View file

@ -35,7 +35,7 @@ protected:
// Subclasses should override this to provide a custom NetworkDelegate implementation.
virtual scoped_ptr<NetworkDelegate> CreateNetworkDelegate();
virtual base::FilePath GetPath() OVERRIDE;
virtual base::FilePath GetPath() const OVERRIDE;
private:
class ResourceContext;