summaryrefslogtreecommitdiffstats
path: root/jingle
diff options
context:
space:
mode:
authorajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-11 07:04:28 +0000
committerajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-11 07:04:28 +0000
commit3d4e0a59cb8e7b337f5b0b2276b9851f40c28f28 (patch)
tree09afbb560007e6255e23f42e2a77beb905b680c5 /jingle
parentf78671752ae4546052e3973a8ea51d3ee0cdd1d8 (diff)
downloadchromium_src-3d4e0a59cb8e7b337f5b0b2276b9851f40c28f28.zip
chromium_src-3d4e0a59cb8e7b337f5b0b2276b9851f40c28f28.tar.gz
chromium_src-3d4e0a59cb8e7b337f5b0b2276b9851f40c28f28.tar.bz2
Remove #pragma once from jingle
Review URL: https://chromiumcodereview.appspot.com/10702139 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146072 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'jingle')
-rw-r--r--jingle/notifier/base/fake_base_task.h3
-rw-r--r--jingle/notifier/base/fake_ssl_client_socket.h1
-rw-r--r--jingle/notifier/base/mock_task.h3
-rw-r--r--jingle/notifier/base/notification_method.h3
-rw-r--r--jingle/notifier/base/proxy_resolving_client_socket.h1
-rw-r--r--jingle/notifier/base/weak_xmpp_client.h1
-rw-r--r--jingle/notifier/base/xmpp_connection.h1
7 files changed, 3 insertions, 10 deletions
diff --git a/jingle/notifier/base/fake_base_task.h b/jingle/notifier/base/fake_base_task.h
index c39e3f3..6470e5a 100644
--- a/jingle/notifier/base/fake_base_task.h
+++ b/jingle/notifier/base/fake_base_task.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.
//
@@ -7,7 +7,6 @@
#ifndef JINGLE_NOTIFIER_FAKE_XMPP_CLIENT_H_
#define JINGLE_NOTIFIER_FAKE_XMPP_CLIENT_H_
-#pragma once
#include "base/basictypes.h"
#include "base/memory/weak_ptr.h"
diff --git a/jingle/notifier/base/fake_ssl_client_socket.h b/jingle/notifier/base/fake_ssl_client_socket.h
index 7705a99..f7dc215 100644
--- a/jingle/notifier/base/fake_ssl_client_socket.h
+++ b/jingle/notifier/base/fake_ssl_client_socket.h
@@ -15,7 +15,6 @@
#ifndef JINGLE_NOTIFIER_BASE_FAKE_SSL_CLIENT_SOCKET_H_
#define JINGLE_NOTIFIER_BASE_FAKE_SSL_CLIENT_SOCKET_H_
-#pragma once
#include <cstddef>
diff --git a/jingle/notifier/base/mock_task.h b/jingle/notifier/base/mock_task.h
index bb582da..af9b0bb 100644
--- a/jingle/notifier/base/mock_task.h
+++ b/jingle/notifier/base/mock_task.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 JINGLE_NOTIFIER_MOCK_TASK_H_
#define JINGLE_NOTIFIER_MOCK_TASK_H_
-#pragma once
#include "talk/base/task.h"
#include "testing/gmock/include/gmock/gmock.h"
diff --git a/jingle/notifier/base/notification_method.h b/jingle/notifier/base/notification_method.h
index 8c7c181..63addab 100644
--- a/jingle/notifier/base/notification_method.h
+++ b/jingle/notifier/base/notification_method.h
@@ -1,10 +1,9 @@
-// Copyright (c) 2010 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 JINGLE_NOTIFIER_BASE_NOTIFICATION_METHOD_H_
#define JINGLE_NOTIFIER_BASE_NOTIFICATION_METHOD_H_
-#pragma once
#include <string>
diff --git a/jingle/notifier/base/proxy_resolving_client_socket.h b/jingle/notifier/base/proxy_resolving_client_socket.h
index 0a0aebf..0944a0b 100644
--- a/jingle/notifier/base/proxy_resolving_client_socket.h
+++ b/jingle/notifier/base/proxy_resolving_client_socket.h
@@ -7,7 +7,6 @@
#ifndef JINGLE_NOTIFIER_BASE_PROXY_RESOLVING_CLIENT_SOCKET_H_
#define JINGLE_NOTIFIER_BASE_PROXY_RESOLVING_CLIENT_SOCKET_H_
-#pragma once
#include "base/basictypes.h"
#include "base/compiler_specific.h"
diff --git a/jingle/notifier/base/weak_xmpp_client.h b/jingle/notifier/base/weak_xmpp_client.h
index 4549688..d56e045 100644
--- a/jingle/notifier/base/weak_xmpp_client.h
+++ b/jingle/notifier/base/weak_xmpp_client.h
@@ -8,7 +8,6 @@
#ifndef JINGLE_NOTIFIER_BASE_WEAK_XMPP_CLIENT_H_
#define JINGLE_NOTIFIER_BASE_WEAK_XMPP_CLIENT_H_
-#pragma once
#include "base/basictypes.h"
#include "base/compiler_specific.h"
diff --git a/jingle/notifier/base/xmpp_connection.h b/jingle/notifier/base/xmpp_connection.h
index da07e43..d009c6d 100644
--- a/jingle/notifier/base/xmpp_connection.h
+++ b/jingle/notifier/base/xmpp_connection.h
@@ -6,7 +6,6 @@
#ifndef JINGLE_NOTIFIER_BASE_XMPP_CONNECTION_H_
#define JINGLE_NOTIFIER_BASE_XMPP_CONNECTION_H_
-#pragma once
#include "base/basictypes.h"
#include "base/gtest_prod_util.h"