diff options
author | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-11 19:01:43 +0000 |
---|---|---|
committer | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-11 19:01:43 +0000 |
commit | 01c86ece0232e9b15bff05f1ee508c7f6bdc2ef0 (patch) | |
tree | ce78aa58908c7bc64bcb3596bd1298b872b85701 /ui/views/touchui | |
parent | a19317f99fd8f35cd2bf8ebe3d0f34dc71866574 (diff) | |
download | chromium_src-01c86ece0232e9b15bff05f1ee508c7f6bdc2ef0.zip chromium_src-01c86ece0232e9b15bff05f1ee508c7f6bdc2ef0.tar.gz chromium_src-01c86ece0232e9b15bff05f1ee508c7f6bdc2ef0.tar.bz2 |
Remove the rest of #pragma once in one big CL.
For context see this thread:
https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II
TBR=thakis,pkasting,jam
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/views/touchui')
-rw-r--r-- | ui/views/touchui/touch_selection_controller.h | 1 | ||||
-rw-r--r-- | ui/views/touchui/touch_selection_controller_impl.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/ui/views/touchui/touch_selection_controller.h b/ui/views/touchui/touch_selection_controller.h index 5318c9d..a9a6338 100644 --- a/ui/views/touchui/touch_selection_controller.h +++ b/ui/views/touchui/touch_selection_controller.h @@ -4,7 +4,6 @@ #ifndef UI_VIEWS_TOUCHUI_TOUCH_SELECTION_CONTROLLER_H_ #define UI_VIEWS_TOUCHUI_TOUCH_SELECTION_CONTROLLER_H_ -#pragma once #include "ui/base/models/simple_menu_model.h" #include "ui/gfx/point.h" diff --git a/ui/views/touchui/touch_selection_controller_impl.h b/ui/views/touchui/touch_selection_controller_impl.h index 7e8eff4..08a0c0a 100644 --- a/ui/views/touchui/touch_selection_controller_impl.h +++ b/ui/views/touchui/touch_selection_controller_impl.h @@ -4,7 +4,6 @@ #ifndef UI_UI_VIEWS_TOUCHUI_TOUCH_SELECTION_CONTROLLER_IMPL_H_ #define UI_UI_VIEWS_TOUCHUI_TOUCH_SELECTION_CONTROLLER_IMPL_H_ -#pragma once #include "base/timer.h" #include "ui/gfx/point.h" |