diff options
author | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-11 07:10:28 +0000 |
---|---|---|
committer | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-11 07:10:28 +0000 |
commit | 89b360bcc5c172e1a9545633b1cc475f30d0855d (patch) | |
tree | 7a1c2cb5a191d94c926bf9b914de1a16a692eabd /ash/test | |
parent | d84705568911597f344a21df5681aa2210a84355 (diff) | |
download | chromium_src-89b360bcc5c172e1a9545633b1cc475f30d0855d.zip chromium_src-89b360bcc5c172e1a9545633b1cc475f30d0855d.tar.gz chromium_src-89b360bcc5c172e1a9545633b1cc475f30d0855d.tar.bz2 |
Remove #pragma once from ash
Review URL: https://chromiumcodereview.appspot.com/10693135
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146075 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/test')
-rw-r--r-- | ash/test/ash_test_base.h | 1 | ||||
-rw-r--r-- | ash/test/capture_tracking_view.h | 1 | ||||
-rw-r--r-- | ash/test/launcher_view_test_api.h | 1 | ||||
-rw-r--r-- | ash/test/test_activation_delegate.h | 1 | ||||
-rw-r--r-- | ash/test/test_launcher_delegate.h | 1 | ||||
-rw-r--r-- | ash/test/test_shell_delegate.h | 1 | ||||
-rw-r--r-- | ash/test/test_suite.h | 3 |
7 files changed, 1 insertions, 8 deletions
diff --git a/ash/test/ash_test_base.h b/ash/test/ash_test_base.h index e26d2c3..f6b691b 100644 --- a/ash/test/ash_test_base.h +++ b/ash/test/ash_test_base.h @@ -4,7 +4,6 @@ #ifndef ASH_TEST_ASH_TEST_BASE_H_ #define ASH_TEST_ASH_TEST_BASE_H_ -#pragma once #include <string> diff --git a/ash/test/capture_tracking_view.h b/ash/test/capture_tracking_view.h index 323eb93..5937bff 100644 --- a/ash/test/capture_tracking_view.h +++ b/ash/test/capture_tracking_view.h @@ -4,7 +4,6 @@ #ifndef ASH_TEST_CAPTURE_TRACKING_VIEW_ #define ASH_TEST_CAPTURE_TRACKING_VIEW_ -#pragma once #include "base/compiler_specific.h" #include "ui/views/view.h" diff --git a/ash/test/launcher_view_test_api.h b/ash/test/launcher_view_test_api.h index 41e74db..ee56607 100644 --- a/ash/test/launcher_view_test_api.h +++ b/ash/test/launcher_view_test_api.h @@ -4,7 +4,6 @@ #ifndef ASH_TEST_LAUNCHER_VIEW_TEST_API_H_ #define ASH_TEST_LAUNCHER_VIEW_TEST_API_H_ -#pragma once #include "base/basictypes.h" diff --git a/ash/test/test_activation_delegate.h b/ash/test/test_activation_delegate.h index d9cc0f2..442b2fd 100644 --- a/ash/test/test_activation_delegate.h +++ b/ash/test/test_activation_delegate.h @@ -4,7 +4,6 @@ #ifndef ASH_TEST_TEST_ACTIVATION_DELEGATE_H_ #define ASH_TEST_TEST_ACTIVATION_DELEGATE_H_ -#pragma once #include "base/compiler_specific.h" #include "base/logging.h" diff --git a/ash/test/test_launcher_delegate.h b/ash/test/test_launcher_delegate.h index f56be8f..0f9c8fc 100644 --- a/ash/test/test_launcher_delegate.h +++ b/ash/test/test_launcher_delegate.h @@ -4,7 +4,6 @@ #ifndef ASH_TEST_TEST_LAUNCHER_DELEGATE_H_ #define ASH_TEST_TEST_LAUNCHER_DELEGATE_H_ -#pragma once #include <map> #include <set> diff --git a/ash/test/test_shell_delegate.h b/ash/test/test_shell_delegate.h index 339b06d..35a6a7a 100644 --- a/ash/test/test_shell_delegate.h +++ b/ash/test/test_shell_delegate.h @@ -4,7 +4,6 @@ #ifndef ASH_TEST_TEST_SHELL_DELEGATE_H_ #define ASH_TEST_TEST_SHELL_DELEGATE_H_ -#pragma once #include "ash/shell_delegate.h" #include "base/compiler_specific.h" diff --git a/ash/test/test_suite.h b/ash/test/test_suite.h index bc7c5a0..2c13bb3 100644 --- a/ash/test/test_suite.h +++ b/ash/test/test_suite.h @@ -1,10 +1,9 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef ASH_TEST_TEST_SUITE_H_ #define ASH_TEST_TEST_SUITE_H_ -#pragma once #include "base/compiler_specific.h" #include "base/test/test_suite.h" |