summaryrefslogtreecommitdiffstats
path: root/sync/util
diff options
context:
space:
mode:
authorajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-11 07:09:05 +0000
committerajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-11 07:09:05 +0000
commitd84705568911597f344a21df5681aa2210a84355 (patch)
treef4d040954787d8937c4eb18709225c27775b275f /sync/util
parent568dc083b5f7d407c1d638635a9ceca69e3b3216 (diff)
downloadchromium_src-d84705568911597f344a21df5681aa2210a84355.zip
chromium_src-d84705568911597f344a21df5681aa2210a84355.tar.gz
chromium_src-d84705568911597f344a21df5681aa2210a84355.tar.bz2
Remove #pragma once from sync
Review URL: https://chromiumcodereview.appspot.com/10700154 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146074 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/util')
-rw-r--r--sync/util/cryptographer.h1
-rw-r--r--sync/util/data_encryption_win.h1
-rw-r--r--sync/util/data_type_histogram.h1
-rw-r--r--sync/util/encryptor.h1
-rw-r--r--sync/util/extensions_activity_monitor.h1
-rw-r--r--sync/util/get_session_name.h1
-rw-r--r--sync/util/get_session_name_mac.h1
-rw-r--r--sync/util/get_session_name_win.h1
-rw-r--r--sync/util/logging.h1
-rw-r--r--sync/util/nigori.h1
-rw-r--r--sync/util/session_utils_android.h1
-rw-r--r--sync/util/test_unrecoverable_error_handler.h1
-rw-r--r--sync/util/time.h1
13 files changed, 0 insertions, 13 deletions
diff --git a/sync/util/cryptographer.h b/sync/util/cryptographer.h
index c234952..b6f99af 100644
--- a/sync/util/cryptographer.h
+++ b/sync/util/cryptographer.h
@@ -4,7 +4,6 @@
#ifndef SYNC_UTIL_CRYPTOGRAPHER_H_
#define SYNC_UTIL_CRYPTOGRAPHER_H_
-#pragma once
#include <map>
#include <string>
diff --git a/sync/util/data_encryption_win.h b/sync/util/data_encryption_win.h
index f671ad8..87732ba 100644
--- a/sync/util/data_encryption_win.h
+++ b/sync/util/data_encryption_win.h
@@ -4,7 +4,6 @@
#ifndef SYNC_UTIL_DATA_ENCRYPTION_WIN_H_
#define SYNC_UTIL_DATA_ENCRYPTION_WIN_H_
-#pragma once
#include <string>
#include <vector>
diff --git a/sync/util/data_type_histogram.h b/sync/util/data_type_histogram.h
index 6a1b9c36..00a81df 100644
--- a/sync/util/data_type_histogram.h
+++ b/sync/util/data_type_histogram.h
@@ -4,7 +4,6 @@
#ifndef SYNC_UTIL_DATA_TYPE_HISTOGRAM_H_
#define SYNC_UTIL_DATA_TYPE_HISTOGRAM_H_
-#pragma once
#include "base/metrics/histogram.h"
#include "base/time.h"
diff --git a/sync/util/encryptor.h b/sync/util/encryptor.h
index 48d5d6c..d188a01 100644
--- a/sync/util/encryptor.h
+++ b/sync/util/encryptor.h
@@ -4,7 +4,6 @@
#ifndef SYNC_UTIL_ENCRYPTOR_H_
#define SYNC_UTIL_ENCRYPTOR_H_
-#pragma once
#include <string>
diff --git a/sync/util/extensions_activity_monitor.h b/sync/util/extensions_activity_monitor.h
index bb476e2e..f333b7b 100644
--- a/sync/util/extensions_activity_monitor.h
+++ b/sync/util/extensions_activity_monitor.h
@@ -4,7 +4,6 @@
#ifndef SYNC_UTIL_EXTENSIONS_ACTIVITY_MONITOR_H_
#define SYNC_UTIL_EXTENSIONS_ACTIVITY_MONITOR_H_
-#pragma once
#include <map>
#include <string>
diff --git a/sync/util/get_session_name.h b/sync/util/get_session_name.h
index 6e1b7dd..3b8dd5a 100644
--- a/sync/util/get_session_name.h
+++ b/sync/util/get_session_name.h
@@ -4,7 +4,6 @@
#ifndef SYNC_UTIL_GET_SESSION_NAME_H_
#define SYNC_UTIL_GET_SESSION_NAME_H_
-#pragma once
#include <string>
diff --git a/sync/util/get_session_name_mac.h b/sync/util/get_session_name_mac.h
index 6d5c27c..e0a81ed 100644
--- a/sync/util/get_session_name_mac.h
+++ b/sync/util/get_session_name_mac.h
@@ -4,7 +4,6 @@
#ifndef SYNC_UTIL_GET_SESSION_NAME_MAC_H_
#define SYNC_UTIL_GET_SESSION_NAME_MAC_H_
-#pragma once
#include <string>
diff --git a/sync/util/get_session_name_win.h b/sync/util/get_session_name_win.h
index 68b86f8..8ec903f 100644
--- a/sync/util/get_session_name_win.h
+++ b/sync/util/get_session_name_win.h
@@ -4,7 +4,6 @@
#ifndef SYNC_UTIL_GET_SESSION_NAME_WIN_H_
#define SYNC_UTIL_GET_SESSION_NAME_WIN_H_
-#pragma once
#include <string>
diff --git a/sync/util/logging.h b/sync/util/logging.h
index 900c08f..e6da535 100644
--- a/sync/util/logging.h
+++ b/sync/util/logging.h
@@ -4,7 +4,6 @@
#ifndef SYNC_UTIL_LOGGING_H_
#define SYNC_UTIL_LOGGING_H_
-#pragma once
#include "base/logging.h"
diff --git a/sync/util/nigori.h b/sync/util/nigori.h
index 312cfb3..a33f0b6 100644
--- a/sync/util/nigori.h
+++ b/sync/util/nigori.h
@@ -4,7 +4,6 @@
#ifndef SYNC_UTIL_NIGORI_H_
#define SYNC_UTIL_NIGORI_H_
-#pragma once
#include <string>
diff --git a/sync/util/session_utils_android.h b/sync/util/session_utils_android.h
index 412fab7..22f5767 100644
--- a/sync/util/session_utils_android.h
+++ b/sync/util/session_utils_android.h
@@ -4,7 +4,6 @@
#ifndef SYNC_UTIL_SESSION_UTILS_ANDROID_H_
#define SYNC_UTIL_SESSION_UTILS_ANDROID_H_
-#pragma once
#include <string>
diff --git a/sync/util/test_unrecoverable_error_handler.h b/sync/util/test_unrecoverable_error_handler.h
index bec0fc7..d36724e 100644
--- a/sync/util/test_unrecoverable_error_handler.h
+++ b/sync/util/test_unrecoverable_error_handler.h
@@ -4,7 +4,6 @@
#ifndef SYNC_INTERNAL_API_INCLUDES_TEST_UNRECOVERABLE_ERROR_HANDLER_H_
#define SYNC_INTERNAL_API_INCLUDES_TEST_UNRECOVERABLE_ERROR_HANDLER_H_
-#pragma once
#include "base/compiler_specific.h"
#include "sync/internal_api/public/util/unrecoverable_error_handler.h"
diff --git a/sync/util/time.h b/sync/util/time.h
index 1044a5b..8ba72a3 100644
--- a/sync/util/time.h
+++ b/sync/util/time.h
@@ -6,7 +6,6 @@
#ifndef SYNC_UTIL_TIME_H_
#define SYNC_UTIL_TIME_H_
-#pragma once
#include <string>