summaryrefslogtreecommitdiffstats
path: root/views/focus
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/focus
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/focus')
-rw-r--r--views/focus/accelerator_handler.h1
-rw-r--r--views/focus/external_focus_tracker.h1
-rw-r--r--views/focus/focus_manager.h1
-rw-r--r--views/focus/focus_search.h1
-rw-r--r--views/focus/focus_util_win.h1
-rw-r--r--views/focus/view_storage.h1
6 files changed, 6 insertions, 0 deletions
diff --git a/views/focus/accelerator_handler.h b/views/focus/accelerator_handler.h
index 67ce92c..6140d364 100644
--- a/views/focus/accelerator_handler.h
+++ b/views/focus/accelerator_handler.h
@@ -4,6 +4,7 @@
#ifndef VIEWS_FOCUS_ACCELERATOR_HANDLER_H_
#define VIEWS_FOCUS_ACCELERATOR_HANDLER_H_
+#pragma once
#include "build/build_config.h"
diff --git a/views/focus/external_focus_tracker.h b/views/focus/external_focus_tracker.h
index 3a15aa1..8080f39 100644
--- a/views/focus/external_focus_tracker.h
+++ b/views/focus/external_focus_tracker.h
@@ -4,6 +4,7 @@
#ifndef VIEWS_FOCUS_EXTERNAL_FOCUS_TRACKER_H_
#define VIEWS_FOCUS_EXTERNAL_FOCUS_TRACKER_H_
+#pragma once
#include "views/focus/focus_manager.h"
diff --git a/views/focus/focus_manager.h b/views/focus/focus_manager.h
index 7abe1d0..73cfdc8 100644
--- a/views/focus/focus_manager.h
+++ b/views/focus/focus_manager.h
@@ -4,6 +4,7 @@
#ifndef VIEWS_FOCUS_FOCUS_MANAGER_H_
#define VIEWS_FOCUS_FOCUS_MANAGER_H_
+#pragma once
#include <list>
#include <map>
diff --git a/views/focus/focus_search.h b/views/focus/focus_search.h
index d6479c4..5fcffe2 100644
--- a/views/focus/focus_search.h
+++ b/views/focus/focus_search.h
@@ -4,6 +4,7 @@
#ifndef VIEWS_WIDGET_FOCUS_SEARCH_H_
#define VIEWS_WIDGET_FOCUS_SEARCH_H_
+#pragma once
#include "views/view.h"
diff --git a/views/focus/focus_util_win.h b/views/focus/focus_util_win.h
index 832a6df..7a85720 100644
--- a/views/focus/focus_util_win.h
+++ b/views/focus/focus_util_win.h
@@ -4,6 +4,7 @@
#ifndef VIEWS_FOCUS_FOCUS_UTIL_WIN_H_
#define VIEWS_FOCUS_FOCUS_UTIL_WIN_H_
+#pragma once
#include <windows.h>
diff --git a/views/focus/view_storage.h b/views/focus/view_storage.h
index e72386a..bc34bb2 100644
--- a/views/focus/view_storage.h
+++ b/views/focus/view_storage.h
@@ -4,6 +4,7 @@
#ifndef VIEWS_FOCUS_VIEW_STORAGE_H_
#define VIEWS_FOCUS_VIEW_STORAGE_H_
+#pragma once
#include "base/singleton.h"
#include "views/view.h"