summaryrefslogtreecommitdiffstats
path: root/sync/api
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/api
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/api')
-rw-r--r--sync/api/fake_syncable_service.h1
-rw-r--r--sync/api/sync_change.h1
-rw-r--r--sync/api/sync_change_processor.h1
-rw-r--r--sync/api/sync_data.h1
-rw-r--r--sync/api/sync_error.h1
-rw-r--r--sync/api/sync_error_factory.h1
-rw-r--r--sync/api/sync_error_factory_mock.h1
-rw-r--r--sync/api/syncable_service.h1
8 files changed, 0 insertions, 8 deletions
diff --git a/sync/api/fake_syncable_service.h b/sync/api/fake_syncable_service.h
index 22e1c8c..483325a 100644
--- a/sync/api/fake_syncable_service.h
+++ b/sync/api/fake_syncable_service.h
@@ -4,7 +4,6 @@
#ifndef SYNC_API_FAKE_SYNCABLE_SERVICE_H_
#define SYNC_API_FAKE_SYNCABLE_SERVICE_H_
-#pragma once
#include "sync/api/syncable_service.h"
diff --git a/sync/api/sync_change.h b/sync/api/sync_change.h
index 3cfb1d5..bf4675d 100644
--- a/sync/api/sync_change.h
+++ b/sync/api/sync_change.h
@@ -4,7 +4,6 @@
#ifndef SYNC_API_SYNC_CHANGE_H_
#define SYNC_API_SYNC_CHANGE_H_
-#pragma once
#include <iosfwd>
#include <string>
diff --git a/sync/api/sync_change_processor.h b/sync/api/sync_change_processor.h
index 85a5e0b..ad7c6d1 100644
--- a/sync/api/sync_change_processor.h
+++ b/sync/api/sync_change_processor.h
@@ -4,7 +4,6 @@
#ifndef SYNC_API_SYNC_CHANGE_PROCESSOR_H_
#define SYNC_API_SYNC_CHANGE_PROCESSOR_H_
-#pragma once
#include <vector>
diff --git a/sync/api/sync_data.h b/sync/api/sync_data.h
index aa91912..3bad3ae 100644
--- a/sync/api/sync_data.h
+++ b/sync/api/sync_data.h
@@ -4,7 +4,6 @@
#ifndef SYNC_API_SYNC_DATA_H_
#define SYNC_API_SYNC_DATA_H_
-#pragma once
#include <iosfwd>
#include <string>
diff --git a/sync/api/sync_error.h b/sync/api/sync_error.h
index 657c17d..532b90c 100644
--- a/sync/api/sync_error.h
+++ b/sync/api/sync_error.h
@@ -4,7 +4,6 @@
#ifndef SYNC_API_SYNC_ERROR_H_
#define SYNC_API_SYNC_ERROR_H_
-#pragma once
#include <iosfwd>
#include <string>
diff --git a/sync/api/sync_error_factory.h b/sync/api/sync_error_factory.h
index 2634506..39fab50 100644
--- a/sync/api/sync_error_factory.h
+++ b/sync/api/sync_error_factory.h
@@ -4,7 +4,6 @@
#ifndef SYNC_API_SYNC_ERROR_FACTORY_H_
#define SYNC_API_SYNC_ERROR_FACTORY_H_
-#pragma once
#include <string>
diff --git a/sync/api/sync_error_factory_mock.h b/sync/api/sync_error_factory_mock.h
index ea96806..bd675ee 100644
--- a/sync/api/sync_error_factory_mock.h
+++ b/sync/api/sync_error_factory_mock.h
@@ -4,7 +4,6 @@
#ifndef SYNC_API_SYNC_ERROR_FACTORY_MOCK_H_
#define SYNC_API_SYNC_ERROR_FACTORY_MOCK_H_
-#pragma once
#include "sync/api/sync_error_factory.h"
diff --git a/sync/api/syncable_service.h b/sync/api/syncable_service.h
index c3b2589..6118a91 100644
--- a/sync/api/syncable_service.h
+++ b/sync/api/syncable_service.h
@@ -4,7 +4,6 @@
#ifndef SYNC_API_SYNCABLE_SERVICE_H_
#define SYNC_API_SYNCABLE_SERVICE_H_
-#pragma once
#include <vector>