summaryrefslogtreecommitdiffstats
path: root/ash/test
diff options
context:
space:
mode:
Diffstat (limited to 'ash/test')
-rw-r--r--ash/test/ash_test_base.h1
-rw-r--r--ash/test/capture_tracking_view.h1
-rw-r--r--ash/test/launcher_view_test_api.h1
-rw-r--r--ash/test/test_activation_delegate.h1
-rw-r--r--ash/test/test_launcher_delegate.h1
-rw-r--r--ash/test/test_shell_delegate.h1
-rw-r--r--ash/test/test_suite.h3
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"