Index: chrome/browser/extensions/crashed_extension_infobar.cc |
=================================================================== |
--- chrome/browser/extensions/crashed_extension_infobar.cc (revision 65711) |
+++ chrome/browser/extensions/crashed_extension_infobar.cc (working copy) |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2009 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -25,8 +25,8 @@ |
DCHECK(!extension_id_.empty()); |
} |
-CrashedExtensionInfoBarDelegate* CrashedExtensionInfoBarDelegate:: |
-AsCrashedExtensionInfoBarDelegate() { |
+CrashedExtensionInfoBarDelegate* |
+ CrashedExtensionInfoBarDelegate::AsCrashedExtensionInfoBarDelegate() { |
return this; |
} |