From 32b76eff6f630b9bcc0fc3f3bad826f3d1217dda Mon Sep 17 00:00:00 2001 From: "thakis@chromium.org" Date: Mon, 26 Jul 2010 23:08:24 +0000 Subject: `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views BUG=50273 TEST=everything still builds, build is 10% faster on windows, same speed on mac/linux TBR: erg git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53716 0039d316-1c4b-4281-b951-d872f2087c98 --- views/controls/table/group_table_view.h | 1 + views/controls/table/native_table_gtk.h | 1 + views/controls/table/native_table_win.h | 1 + views/controls/table/native_table_wrapper.h | 1 + views/controls/table/table_view.h | 1 + views/controls/table/table_view2.h | 1 + views/controls/table/table_view_observer.h | 1 + 7 files changed, 7 insertions(+) (limited to 'views/controls/table') diff --git a/views/controls/table/group_table_view.h b/views/controls/table/group_table_view.h index b137083..0e9f1ee 100644 --- a/views/controls/table/group_table_view.h +++ b/views/controls/table/group_table_view.h @@ -4,6 +4,7 @@ #ifndef VIEWS_CONTROLS_TABLE_GROUP_TABLE_VIEW_H_ #define VIEWS_CONTROLS_TABLE_GROUP_TABLE_VIEW_H_ +#pragma once #include "app/table_model.h" #include "base/task.h" diff --git a/views/controls/table/native_table_gtk.h b/views/controls/table/native_table_gtk.h index 5078dee..e927d60 100644 --- a/views/controls/table/native_table_gtk.h +++ b/views/controls/table/native_table_gtk.h @@ -4,6 +4,7 @@ #ifndef VIEWS_CONTROLS_TABLE_NATIVE_TABLE_GTK_H_ #define VIEWS_CONTROLS_TABLE_NATIVE_TABLE_GTK_H_ +#pragma once #include "app/gtk_signal.h" #include "app/table_model.h" diff --git a/views/controls/table/native_table_win.h b/views/controls/table/native_table_win.h index 509febd..d23a961 100644 --- a/views/controls/table/native_table_win.h +++ b/views/controls/table/native_table_win.h @@ -4,6 +4,7 @@ #ifndef VIEWS_CONTROLS_TABLE_NATIVE_TABLE_WIN_H_ #define VIEWS_CONTROLS_TABLE_NATIVE_TABLE_WIN_H_ +#pragma once #include diff --git a/views/controls/table/native_table_wrapper.h b/views/controls/table/native_table_wrapper.h index 58cf977..4fe1181 100644 --- a/views/controls/table/native_table_wrapper.h +++ b/views/controls/table/native_table_wrapper.h @@ -4,6 +4,7 @@ #ifndef VIEWS_CONTROLS_TABLE_NATIVE_TABLE_WRAPPER_H_ #define VIEWS_CONTROLS_TABLE_NATIVE_TABLE_WRAPPER_H_ +#pragma once #include "gfx/native_widget_types.h" diff --git a/views/controls/table/table_view.h b/views/controls/table/table_view.h index 9f427d4..2799c62 100644 --- a/views/controls/table/table_view.h +++ b/views/controls/table/table_view.h @@ -4,6 +4,7 @@ #ifndef VIEWS_CONTROLS_TABLE_TABLE_VIEW_H_ #define VIEWS_CONTROLS_TABLE_TABLE_VIEW_H_ +#pragma once #include "build/build_config.h" diff --git a/views/controls/table/table_view2.h b/views/controls/table/table_view2.h index 0f88cde..102eece 100644 --- a/views/controls/table/table_view2.h +++ b/views/controls/table/table_view2.h @@ -4,6 +4,7 @@ #ifndef VIEWS_CONTROLS_TABLE_TABLE_VIEW2_H_ #define VIEWS_CONTROLS_TABLE_TABLE_VIEW2_H_ +#pragma once #include "build/build_config.h" diff --git a/views/controls/table/table_view_observer.h b/views/controls/table/table_view_observer.h index a86bb8e..07a1e86 100644 --- a/views/controls/table/table_view_observer.h +++ b/views/controls/table/table_view_observer.h @@ -4,6 +4,7 @@ #ifndef VIEWS_CONTROLS_TABLE_TABLE_VIEW_OBSERVER_H_ #define VIEWS_CONTROLS_TABLE_TABLE_VIEW_OBSERVER_H_ +#pragma once #include "base/keyboard_codes.h" -- cgit v1.1