From c7bf140b32a1a6504e48716b90c6a13fd5c421d3 Mon Sep 17 00:00:00 2001 From: "twiz@chromium.org" Date: Fri, 12 Feb 2010 20:27:10 +0000 Subject: Clone of issue 577015. See http://codereview.chromium.org/577015 for the review status of this CL. BUG=None TEST=ExtensionApiTest.Popup Review URL: http://codereview.chromium.org/600101 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38927 0039d316-1c4b-4281-b951-d872f2087c98 --- app/win/window_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/win/window_impl.h') diff --git a/app/win/window_impl.h b/app/win/window_impl.h index fb5d512..2f6a2ab 100644 --- a/app/win/window_impl.h +++ b/app/win/window_impl.h @@ -68,7 +68,7 @@ class WindowImpl : public MessageMapInterface { DCHECK_EQ((class_style & CS_GLOBALCLASS), 0); class_style_ = class_style; } - UINT initial_class_style() { return class_style_; } + UINT initial_class_style() const { return class_style_; } protected: // Handles the WndProc callback for this object. -- cgit v1.1