diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-26 23:08:24 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-26 23:08:24 +0000 |
commit | 32b76eff6f630b9bcc0fc3f3bad826f3d1217dda (patch) | |
tree | a5687726e4f145c715c73cbbff23e88ac2192eb9 /chrome/browser/cocoa/location_bar | |
parent | 7cf4d5505378a983947d8c989841f1f378f19cde (diff) | |
download | chromium_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 'chrome/browser/cocoa/location_bar')
13 files changed, 13 insertions, 0 deletions
diff --git a/chrome/browser/cocoa/location_bar/autocomplete_text_field.h b/chrome/browser/cocoa/location_bar/autocomplete_text_field.h index aad52a6..0c8f060 100644 --- a/chrome/browser/cocoa/location_bar/autocomplete_text_field.h +++ b/chrome/browser/cocoa/location_bar/autocomplete_text_field.h @@ -4,6 +4,7 @@ #ifndef CHROME_BROWSER_COCOA_AUTOCOMPLETE_TEXT_FIELD_H_ #define CHROME_BROWSER_COCOA_AUTOCOMPLETE_TEXT_FIELD_H_ +#pragma once #import <Cocoa/Cocoa.h> diff --git a/chrome/browser/cocoa/location_bar/autocomplete_text_field_unittest_helper.h b/chrome/browser/cocoa/location_bar/autocomplete_text_field_unittest_helper.h index 3b96e08..eb78594 100644 --- a/chrome/browser/cocoa/location_bar/autocomplete_text_field_unittest_helper.h +++ b/chrome/browser/cocoa/location_bar/autocomplete_text_field_unittest_helper.h @@ -4,6 +4,7 @@ #ifndef CHROME_BROWSER_COCOA_AUTOCOMPLETE_TEXT_FIELD_UNITTEST_HELPER_H_ #define CHROME_BROWSER_COCOA_AUTOCOMPLETE_TEXT_FIELD_UNITTEST_HELPER_H_ +#pragma once #import <Cocoa/Cocoa.h> diff --git a/chrome/browser/cocoa/location_bar/bubble_decoration.h b/chrome/browser/cocoa/location_bar/bubble_decoration.h index f2447c3..b2403b0 100644 --- a/chrome/browser/cocoa/location_bar/bubble_decoration.h +++ b/chrome/browser/cocoa/location_bar/bubble_decoration.h @@ -4,6 +4,7 @@ #ifndef CHROME_BROWSER_COCOA_LOCATION_BAR_BUBBLE_DECORATION_H_ #define CHROME_BROWSER_COCOA_LOCATION_BAR_BUBBLE_DECORATION_H_ +#pragma once #import <Cocoa/Cocoa.h> diff --git a/chrome/browser/cocoa/location_bar/content_setting_decoration.h b/chrome/browser/cocoa/location_bar/content_setting_decoration.h index bba2140..9a1afed 100644 --- a/chrome/browser/cocoa/location_bar/content_setting_decoration.h +++ b/chrome/browser/cocoa/location_bar/content_setting_decoration.h @@ -4,6 +4,7 @@ #ifndef CHROME_BROWSER_COCOA_LOCATION_BAR_CONTENT_SETTING_DECORATION_H_ #define CHROME_BROWSER_COCOA_LOCATION_BAR_CONTENT_SETTING_DECORATION_H_ +#pragma once #include "base/scoped_ptr.h" #import "chrome/browser/cocoa/location_bar/image_decoration.h" diff --git a/chrome/browser/cocoa/location_bar/ev_bubble_decoration.h b/chrome/browser/cocoa/location_bar/ev_bubble_decoration.h index 77e4f80..ae06586 100644 --- a/chrome/browser/cocoa/location_bar/ev_bubble_decoration.h +++ b/chrome/browser/cocoa/location_bar/ev_bubble_decoration.h @@ -4,6 +4,7 @@ #ifndef CHROME_BROWSER_COCOA_LOCATION_BAR_EV_BUBBLE_DECORATION_H_ #define CHROME_BROWSER_COCOA_LOCATION_BAR_EV_BUBBLE_DECORATION_H_ +#pragma once #import <Cocoa/Cocoa.h> diff --git a/chrome/browser/cocoa/location_bar/image_decoration.h b/chrome/browser/cocoa/location_bar/image_decoration.h index 3395307..9324554b 100644 --- a/chrome/browser/cocoa/location_bar/image_decoration.h +++ b/chrome/browser/cocoa/location_bar/image_decoration.h @@ -4,6 +4,7 @@ #ifndef CHROME_BROWSER_COCOA_LOCATION_BAR_IMAGE_DECORATION_H_ #define CHROME_BROWSER_COCOA_LOCATION_BAR_IMAGE_DECORATION_H_ +#pragma once #import "base/scoped_nsobject.h" #include "chrome/browser/cocoa/location_bar/location_bar_decoration.h" diff --git a/chrome/browser/cocoa/location_bar/keyword_hint_decoration.h b/chrome/browser/cocoa/location_bar/keyword_hint_decoration.h index a7e021e..d5972a7 100644 --- a/chrome/browser/cocoa/location_bar/keyword_hint_decoration.h +++ b/chrome/browser/cocoa/location_bar/keyword_hint_decoration.h @@ -4,6 +4,7 @@ #ifndef CHROME_BROWSER_COCOA_LOCATION_BAR_KEYWORD_HINT_DECORATION_H_ #define CHROME_BROWSER_COCOA_LOCATION_BAR_KEYWORD_HINT_DECORATION_H_ +#pragma once #include <string> diff --git a/chrome/browser/cocoa/location_bar/location_bar_decoration.h b/chrome/browser/cocoa/location_bar/location_bar_decoration.h index 56a4b83..58b6f92 100644 --- a/chrome/browser/cocoa/location_bar/location_bar_decoration.h +++ b/chrome/browser/cocoa/location_bar/location_bar_decoration.h @@ -4,6 +4,7 @@ #ifndef CHROME_BROWSER_COCOA_LOCATION_BAR_LOCATION_BAR_DECORATION_H_ #define CHROME_BROWSER_COCOA_LOCATION_BAR_LOCATION_BAR_DECORATION_H_ +#pragma once #import <Cocoa/Cocoa.h> diff --git a/chrome/browser/cocoa/location_bar/location_bar_view_mac.h b/chrome/browser/cocoa/location_bar/location_bar_view_mac.h index f5e895c..03cf8f6 100644 --- a/chrome/browser/cocoa/location_bar/location_bar_view_mac.h +++ b/chrome/browser/cocoa/location_bar/location_bar_view_mac.h @@ -4,6 +4,7 @@ #ifndef CHROME_BROWSER_COCOA_LOCATION_BAR_VIEW_MAC_H_ #define CHROME_BROWSER_COCOA_LOCATION_BAR_VIEW_MAC_H_ +#pragma once #include <string> #include <map> diff --git a/chrome/browser/cocoa/location_bar/location_icon_decoration.h b/chrome/browser/cocoa/location_bar/location_icon_decoration.h index ec14264..028a0ab 100644 --- a/chrome/browser/cocoa/location_bar/location_icon_decoration.h +++ b/chrome/browser/cocoa/location_bar/location_icon_decoration.h @@ -4,6 +4,7 @@ #ifndef CHROME_BROWSER_COCOA_LOCATION_BAR_LOCATION_ICON_DECORATION_H_ #define CHROME_BROWSER_COCOA_LOCATION_BAR_LOCATION_ICON_DECORATION_H_ +#pragma once #import <Cocoa/Cocoa.h> diff --git a/chrome/browser/cocoa/location_bar/page_action_decoration.h b/chrome/browser/cocoa/location_bar/page_action_decoration.h index 7bbf443..d27c147 100644 --- a/chrome/browser/cocoa/location_bar/page_action_decoration.h +++ b/chrome/browser/cocoa/location_bar/page_action_decoration.h @@ -4,6 +4,7 @@ #ifndef CHROME_BROWSER_COCOA_LOCATION_BAR_PAGE_ACTION_DECORATION_H_ #define CHROME_BROWSER_COCOA_LOCATION_BAR_PAGE_ACTION_DECORATION_H_ +#pragma once #import "chrome/browser/cocoa/location_bar/image_decoration.h" diff --git a/chrome/browser/cocoa/location_bar/selected_keyword_decoration.h b/chrome/browser/cocoa/location_bar/selected_keyword_decoration.h index 683a8ed..e2df50a 100644 --- a/chrome/browser/cocoa/location_bar/selected_keyword_decoration.h +++ b/chrome/browser/cocoa/location_bar/selected_keyword_decoration.h @@ -4,6 +4,7 @@ #ifndef CHROME_BROWSER_COCOA_LOCATION_BAR_SELECTED_KEYWORD_DECORATION_H_ #define CHROME_BROWSER_COCOA_LOCATION_BAR_SELECTED_KEYWORD_DECORATION_H_ +#pragma once #include <string> diff --git a/chrome/browser/cocoa/location_bar/star_decoration.h b/chrome/browser/cocoa/location_bar/star_decoration.h index 6fbe91d..7e02e2c 100644 --- a/chrome/browser/cocoa/location_bar/star_decoration.h +++ b/chrome/browser/cocoa/location_bar/star_decoration.h @@ -4,6 +4,7 @@ #ifndef CHROME_BROWSER_COCOA_LOCATION_BAR_STAR_DECORATION_H_ #define CHROME_BROWSER_COCOA_LOCATION_BAR_STAR_DECORATION_H_ +#pragma once #import <Cocoa/Cocoa.h> |