summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/options/cookies_view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/options/cookies_view.cc')
-rw-r--r--chrome/browser/views/options/cookies_view.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/views/options/cookies_view.cc b/chrome/browser/views/options/cookies_view.cc
index cc8d65c..a294fff 100644
--- a/chrome/browser/views/options/cookies_view.cc
+++ b/chrome/browser/views/options/cookies_view.cc
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include <algorithm>
-
#include "chrome/browser/views/options/cookies_view.h"
+#include <algorithm>
+
#include "app/gfx/chrome_canvas.h"
#include "app/gfx/color_utils.h"
#include "app/l10n_util.h"
@@ -697,7 +697,7 @@ CookiesView::CookiesView(Profile* profile)
remove_button_(NULL),
remove_all_button_(NULL),
profile_(profile),
- search_update_factory_(this) {
+ ALLOW_THIS_IN_INITIALIZER_LIST(search_update_factory_(this)) {
}
void CookiesView::Init() {