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 --- chrome/browser/status_icons/desktop_notification_balloon.h | 1 - chrome/browser/status_icons/status_icon.h | 1 - chrome/browser/status_icons/status_icon_observer.h | 1 - chrome/browser/status_icons/status_tray.h | 1 - 4 files changed, 4 deletions(-) (limited to 'chrome/browser/status_icons') diff --git a/chrome/browser/status_icons/desktop_notification_balloon.h b/chrome/browser/status_icons/desktop_notification_balloon.h index f3b9195..475857e3 100644 --- a/chrome/browser/status_icons/desktop_notification_balloon.h +++ b/chrome/browser/status_icons/desktop_notification_balloon.h @@ -4,7 +4,6 @@ #ifndef CHROME_BROWSER_STATUS_ICONS_DESKTOP_NOTIFICATION_BALLOON_H_ #define CHROME_BROWSER_STATUS_ICONS_DESKTOP_NOTIFICATION_BALLOON_H_ -#pragma once #include "base/compiler_specific.h" #include "base/memory/scoped_ptr.h" diff --git a/chrome/browser/status_icons/status_icon.h b/chrome/browser/status_icons/status_icon.h index e8589318..6463f94 100644 --- a/chrome/browser/status_icons/status_icon.h +++ b/chrome/browser/status_icons/status_icon.h @@ -4,7 +4,6 @@ #ifndef CHROME_BROWSER_STATUS_ICONS_STATUS_ICON_H_ #define CHROME_BROWSER_STATUS_ICONS_STATUS_ICON_H_ -#pragma once #include "base/basictypes.h" #include "base/memory/scoped_ptr.h" diff --git a/chrome/browser/status_icons/status_icon_observer.h b/chrome/browser/status_icons/status_icon_observer.h index ea7a93a..28ee3d8 100644 --- a/chrome/browser/status_icons/status_icon_observer.h +++ b/chrome/browser/status_icons/status_icon_observer.h @@ -4,7 +4,6 @@ #ifndef CHROME_BROWSER_STATUS_ICONS_STATUS_ICON_OBSERVER_H_ #define CHROME_BROWSER_STATUS_ICONS_STATUS_ICON_OBSERVER_H_ -#pragma once class StatusIconObserver { public: diff --git a/chrome/browser/status_icons/status_tray.h b/chrome/browser/status_icons/status_tray.h index 6392b99..c715ec5 100644 --- a/chrome/browser/status_icons/status_tray.h +++ b/chrome/browser/status_icons/status_tray.h @@ -4,7 +4,6 @@ #ifndef CHROME_BROWSER_STATUS_ICONS_STATUS_TRAY_H_ #define CHROME_BROWSER_STATUS_ICONS_STATUS_TRAY_H_ -#pragma once #include "base/basictypes.h" #include "base/gtest_prod_util.h" -- cgit v1.1