diff options
author | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-11 07:04:07 +0000 |
---|---|---|
committer | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-11 07:04:07 +0000 |
commit | f78671752ae4546052e3973a8ea51d3ee0cdd1d8 (patch) | |
tree | a491e42f9d84d33669709fbe93261edb1924c1a1 /content/renderer/dom_storage | |
parent | 616b4c4e74f13762b15d0ff1917c2001c3f9a800 (diff) | |
download | chromium_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/renderer/dom_storage')
-rw-r--r-- | content/renderer/dom_storage/dom_storage_dispatcher.h | 1 | ||||
-rw-r--r-- | content/renderer/dom_storage/webstoragearea_impl.h | 1 | ||||
-rw-r--r-- | content/renderer/dom_storage/webstoragenamespace_impl.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/content/renderer/dom_storage/dom_storage_dispatcher.h b/content/renderer/dom_storage/dom_storage_dispatcher.h index c71ee60..c987b14 100644 --- a/content/renderer/dom_storage/dom_storage_dispatcher.h +++ b/content/renderer/dom_storage/dom_storage_dispatcher.h @@ -4,7 +4,6 @@ #ifndef CONTENT_RENDERER_DOM_STORAGE_DOM_STORAGE_DISPATCHER_H_ #define CONTENT_RENDERER_DOM_STORAGE_DOM_STORAGE_DISPATCHER_H_ -#pragma once #include "base/memory/ref_counted.h" diff --git a/content/renderer/dom_storage/webstoragearea_impl.h b/content/renderer/dom_storage/webstoragearea_impl.h index f9fc361..aff5e6e 100644 --- a/content/renderer/dom_storage/webstoragearea_impl.h +++ b/content/renderer/dom_storage/webstoragearea_impl.h @@ -4,7 +4,6 @@ #ifndef CONTENT_RENDERER_DOM_STORAGE_WEBSTORAGEAREA_IMPL_H_ #define CONTENT_RENDERER_DOM_STORAGE_WEBSTORAGEAREA_IMPL_H_ -#pragma once #include "base/basictypes.h" #include "base/memory/ref_counted.h" diff --git a/content/renderer/dom_storage/webstoragenamespace_impl.h b/content/renderer/dom_storage/webstoragenamespace_impl.h index 5e3b8dc..1e0d7b2 100644 --- a/content/renderer/dom_storage/webstoragenamespace_impl.h +++ b/content/renderer/dom_storage/webstoragenamespace_impl.h @@ -4,7 +4,6 @@ #ifndef CONTENT_RENDERER_DOM_STORAGE_WEBSTORAGENAMESPACE_IMPL_H_ #define CONTENT_RENDERER_DOM_STORAGE_WEBSTORAGENAMESPACE_IMPL_H_ -#pragma once #include "base/basictypes.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebStorageNamespace.h" |