summaryrefslogtreecommitdiffstats
path: root/views/controls/table
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-26 23:08:24 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-26 23:08:24 +0000
commit32b76eff6f630b9bcc0fc3f3bad826f3d1217dda (patch)
treea5687726e4f145c715c73cbbff23e88ac2192eb9 /views/controls/table
parent7cf4d5505378a983947d8c989841f1f378f19cde (diff)
downloadchromium_src-32b76eff6f630b9bcc0fc3f3bad826f3d1217dda.zip
chromium_src-32b76eff6f630b9bcc0fc3f3bad826f3d1217dda.tar.gz
chromium_src-32b76eff6f630b9bcc0fc3f3bad826f3d1217dda.tar.bz2
`#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
Diffstat (limited to 'views/controls/table')
-rw-r--r--views/controls/table/group_table_view.h1
-rw-r--r--views/controls/table/native_table_gtk.h1
-rw-r--r--views/controls/table/native_table_win.h1
-rw-r--r--views/controls/table/native_table_wrapper.h1
-rw-r--r--views/controls/table/table_view.h1
-rw-r--r--views/controls/table/table_view2.h1
-rw-r--r--views/controls/table/table_view_observer.h1
7 files changed, 7 insertions, 0 deletions
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 <windows.h>
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"