summaryrefslogtreecommitdiffstats
path: root/content/test/net
diff options
context:
space:
mode:
authorajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-11 07:04:07 +0000
committerajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-11 07:04:07 +0000
commitf78671752ae4546052e3973a8ea51d3ee0cdd1d8 (patch)
treea491e42f9d84d33669709fbe93261edb1924c1a1 /content/test/net
parent616b4c4e74f13762b15d0ff1917c2001c3f9a800 (diff)
downloadchromium_src-f78671752ae4546052e3973a8ea51d3ee0cdd1d8.zip
chromium_src-f78671752ae4546052e3973a8ea51d3ee0cdd1d8.tar.gz
chromium_src-f78671752ae4546052e3973a8ea51d3ee0cdd1d8.tar.bz2
Remove #pragma once from content
Review URL: https://chromiumcodereview.appspot.com/10696166 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146071 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/test/net')
-rw-r--r--content/test/net/url_request_abort_on_end_job.h3
-rw-r--r--content/test/net/url_request_failed_job.h1
-rw-r--r--content/test/net/url_request_mock_http_job.h1
-rw-r--r--content/test/net/url_request_slow_download_job.h1
-rw-r--r--content/test/net/url_request_slow_http_job.h3
5 files changed, 2 insertions, 7 deletions
diff --git a/content/test/net/url_request_abort_on_end_job.h b/content/test/net/url_request_abort_on_end_job.h
index 73334bda..56e80b2 100644
--- a/content/test/net/url_request_abort_on_end_job.h
+++ b/content/test/net/url_request_abort_on_end_job.h
@@ -1,11 +1,10 @@
-// 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.
// This class simulates what wininet does when a dns lookup fails.
#ifndef CONTENT_TEST_NET_URL_REQUEST_ABORT_ON_END_JOB_H_
#define CONTENT_TEST_NET_URL_REQUEST_ABORT_ON_END_JOB_H_
-#pragma once
#include <string>
diff --git a/content/test/net/url_request_failed_job.h b/content/test/net/url_request_failed_job.h
index 77ff6f0..9c8a387 100644
--- a/content/test/net/url_request_failed_job.h
+++ b/content/test/net/url_request_failed_job.h
@@ -4,7 +4,6 @@
#ifndef CONTENT_TEST_NET_URL_REQUEST_FAILED_JOB_H_
#define CONTENT_TEST_NET_URL_REQUEST_FAILED_JOB_H_
-#pragma once
#include <string>
diff --git a/content/test/net/url_request_mock_http_job.h b/content/test/net/url_request_mock_http_job.h
index 4c311d7..d5bbee1 100644
--- a/content/test/net/url_request_mock_http_job.h
+++ b/content/test/net/url_request_mock_http_job.h
@@ -6,7 +6,6 @@
#ifndef CONTENT_TEST_NET_URL_REQUEST_MOCK_HTTP_JOB_H_
#define CONTENT_TEST_NET_URL_REQUEST_MOCK_HTTP_JOB_H_
-#pragma once
#include <string>
diff --git a/content/test/net/url_request_slow_download_job.h b/content/test/net/url_request_slow_download_job.h
index 698ced8..fe5489e 100644
--- a/content/test/net/url_request_slow_download_job.h
+++ b/content/test/net/url_request_slow_download_job.h
@@ -8,7 +8,6 @@
#ifndef CONTENT_TEST_NET_URL_REQUEST_SLOW_DOWNLOAD_JOB_H_
#define CONTENT_TEST_NET_URL_REQUEST_SLOW_DOWNLOAD_JOB_H_
-#pragma once
#include <set>
#include <string>
diff --git a/content/test/net/url_request_slow_http_job.h b/content/test/net/url_request_slow_http_job.h
index c6df6da..27265a7 100644
--- a/content/test/net/url_request_slow_http_job.h
+++ b/content/test/net/url_request_slow_http_job.h
@@ -1,4 +1,4 @@
-// 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.
//
@@ -6,7 +6,6 @@
#ifndef CONTENT_TEST_NET_URL_REQUEST_SLOW_HTTP_JOB_H_
#define CONTENT_TEST_NET_URL_REQUEST_SLOW_HTTP_JOB_H_
-#pragma once
#include "base/timer.h"
#include "content/test/net/url_request_mock_http_job.h"