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:57:22 +0000 |
commit | a6b3f73ba9b06535198a36f71ba5ea3cacd45e4b (patch) | |
tree | aff14868d34ce5673489b2444e7e36737f597598 /content/browser/web_contents/web_contents_impl.h | |
parent | 6522338e3e58e9afc565fe69268ffd77a26dc0d5 (diff) | |
download | chromium_src-a6b3f73ba9b06535198a36f71ba5ea3cacd45e4b.zip chromium_src-a6b3f73ba9b06535198a36f71ba5ea3cacd45e4b.tar.gz chromium_src-a6b3f73ba9b06535198a36f71ba5ea3cacd45e4b.tar.bz2 |
Use InvalidateTypes rather than "unsigned".
BUG=none
TEST=no change
Review URL: https://codereview.chromium.org/450283005
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; |