diff options
Diffstat (limited to 'views')
-rw-r--r-- | views/controls/table/native_table_gtk.cc | 7 | ||||
-rw-r--r-- | views/controls/table/table_view2.cc | 1 |
2 files changed, 5 insertions, 3 deletions
diff --git a/views/controls/table/native_table_gtk.cc b/views/controls/table/native_table_gtk.cc index e8f631f..75f724b 100644 --- a/views/controls/table/native_table_gtk.cc +++ b/views/controls/table/native_table_gtk.cc @@ -1,11 +1,12 @@ -// 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. +// 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. #include "views/controls/table/native_table_gtk.h" #include <string> +#include "base/logging.h" #include "base/utf_string_conversions.h" #include "gfx/gtk_util.h" #include "third_party/skia/include/core/SkBitmap.h" diff --git a/views/controls/table/table_view2.cc b/views/controls/table/table_view2.cc index c76162f..0f33b94 100644 --- a/views/controls/table/table_view2.cc +++ b/views/controls/table/table_view2.cc @@ -6,6 +6,7 @@ #include "views/controls/table/table_view2.h" #include "app/table_model.h" +#include "base/logging.h" #include "views/controls/native/native_view_host.h" #include "views/controls/table/table_view_observer.h" |