diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-09 05:57:22 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-09 05:59:07 +0000 |
commit | 7f92483d50fc51a4fff8fafdcb4703e89f35cf78 (patch) | |
tree | aff14868d34ce5673489b2444e7e36737f597598 /content/browser/web_contents/web_contents_impl.h | |
parent | 0f1f7085c555779e37accaaf47ab6cd4427bcc5b (diff) | |
download | chromium_src-7f92483d50fc51a4fff8fafdcb4703e89f35cf78.zip chromium_src-7f92483d50fc51a4fff8fafdcb4703e89f35cf78.tar.gz chromium_src-7f92483d50fc51a4fff8fafdcb4703e89f35cf78.tar.bz2 |
Use InvalidateTypes rather than "unsigned".
BUG=none
TEST=no change
Review URL: https://codereview.chromium.org/450283005
Cr-Commit-Position: refs/heads/master@{#288521}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288521 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/web_contents/web_contents_impl.h')
-rw-r--r-- | content/browser/web_contents/web_contents_impl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h index 05698e2..f53a644 100644 --- a/content/browser/web_contents/web_contents_impl.h +++ b/content/browser/web_contents/web_contents_impl.h @@ -245,7 +245,8 @@ class CONTENT_EXPORT WebContentsImpl int error_code) OVERRIDE; virtual base::TerminationStatus GetCrashedStatus() const OVERRIDE; virtual bool IsBeingDestroyed() const OVERRIDE; - virtual void NotifyNavigationStateChanged(unsigned changed_flags) OVERRIDE; + virtual void NotifyNavigationStateChanged( + InvalidateTypes changed_flags) OVERRIDE; virtual base::TimeTicks GetLastActiveTime() const OVERRIDE; virtual void WasShown() OVERRIDE; virtual void WasHidden() OVERRIDE; |