summaryrefslogtreecommitdiffstats
path: root/ui/views/layout
diff options
context:
space:
mode:
authorajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-11 19:01:43 +0000
committerajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-11 19:01:43 +0000
commit01c86ece0232e9b15bff05f1ee508c7f6bdc2ef0 (patch)
treece78aa58908c7bc64bcb3596bd1298b872b85701 /ui/views/layout
parenta19317f99fd8f35cd2bf8ebe3d0f34dc71866574 (diff)
downloadchromium_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/layout')
-rw-r--r--ui/views/layout/box_layout.h1
-rw-r--r--ui/views/layout/fill_layout.h1
-rw-r--r--ui/views/layout/grid_layout.h1
-rw-r--r--ui/views/layout/layout_constants.h1
-rw-r--r--ui/views/layout/layout_manager.h1
5 files changed, 0 insertions, 5 deletions
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 <string>
#include <vector>
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"