From 01c86ece0232e9b15bff05f1ee508c7f6bdc2ef0 Mon Sep 17 00:00:00 2001 From: "ajwong@chromium.org" Date: Wed, 11 Jul 2012 19:01:43 +0000 Subject: 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 --- ui/views/layout/box_layout.h | 1 - ui/views/layout/fill_layout.h | 1 - ui/views/layout/grid_layout.h | 1 - ui/views/layout/layout_constants.h | 1 - ui/views/layout/layout_manager.h | 1 - 5 files changed, 5 deletions(-) (limited to 'ui/views/layout') diff --git a/ui/views/layout/box_layout.h b/ui/views/layout/box_layout.h index a2231a0..b592cc6 100644 --- a/ui/views/layout/box_layout.h +++ b/ui/views/layout/box_layout.h @@ -4,7 +4,6 @@ #ifndef UI_VIEWS_LAYOUT_BOX_LAYOUT_H_ #define UI_VIEWS_LAYOUT_BOX_LAYOUT_H_ -#pragma once #include "base/basictypes.h" #include "base/compiler_specific.h" diff --git a/ui/views/layout/fill_layout.h b/ui/views/layout/fill_layout.h index 59a3f5d..4189edf 100644 --- a/ui/views/layout/fill_layout.h +++ b/ui/views/layout/fill_layout.h @@ -4,7 +4,6 @@ #ifndef UI_VIEWS_LAYOUT_FILL_LAYOUT_H_ #define UI_VIEWS_LAYOUT_FILL_LAYOUT_H_ -#pragma once #include "base/compiler_specific.h" #include "ui/views/layout/layout_manager.h" diff --git a/ui/views/layout/grid_layout.h b/ui/views/layout/grid_layout.h index a86c299..43f613a 100644 --- a/ui/views/layout/grid_layout.h +++ b/ui/views/layout/grid_layout.h @@ -4,7 +4,6 @@ #ifndef UI_VIEWS_LAYOUT_GRID_LAYOUT_H_ #define UI_VIEWS_LAYOUT_GRID_LAYOUT_H_ -#pragma once #include #include diff --git a/ui/views/layout/layout_constants.h b/ui/views/layout/layout_constants.h index 72e8c35..07e12ba 100644 --- a/ui/views/layout/layout_constants.h +++ b/ui/views/layout/layout_constants.h @@ -4,7 +4,6 @@ #ifndef UI_VIEWS_LAYOUT_LAYOUT_CONSTANTS_H_ #define UI_VIEWS_LAYOUT_LAYOUT_CONSTANTS_H_ -#pragma once // This file contains some constants we use to implement our standard panel // layout. diff --git a/ui/views/layout/layout_manager.h b/ui/views/layout/layout_manager.h index 4633544..f678e72 100644 --- a/ui/views/layout/layout_manager.h +++ b/ui/views/layout/layout_manager.h @@ -4,7 +4,6 @@ #ifndef UI_VIEWS_LAYOUT_LAYOUT_MANAGER_H_ #define UI_VIEWS_LAYOUT_LAYOUT_MANAGER_H_ -#pragma once #include "ui/views/views_export.h" -- cgit v1.1