summaryrefslogtreecommitdiffstats
path: root/content/shell
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/shell
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/shell')
-rw-r--r--content/shell/config.h1
-rw-r--r--content/shell/geolocation/shell_access_token_store.h1
-rw-r--r--content/shell/layout_test_controller.h1
-rw-r--r--content/shell/layout_test_controller_bindings.h1
-rw-r--r--content/shell/layout_test_controller_host.h1
-rw-r--r--content/shell/paths_mac.h1
-rw-r--r--content/shell/shell.h1
-rw-r--r--content/shell/shell_browser_context.h1
-rw-r--r--content/shell/shell_browser_main.h1
-rw-r--r--content/shell/shell_browser_main_parts.h1
-rw-r--r--content/shell/shell_content_browser_client.h1
-rw-r--r--content/shell/shell_content_client.h1
-rw-r--r--content/shell/shell_content_main.h1
-rw-r--r--content/shell/shell_content_renderer_client.h1
-rw-r--r--content/shell/shell_devtools_delegate.h1
-rw-r--r--content/shell/shell_download_manager_delegate.h1
-rw-r--r--content/shell/shell_javascript_dialog.h1
-rw-r--r--content/shell/shell_javascript_dialog_creator.h1
-rw-r--r--content/shell/shell_login_dialog.h1
-rw-r--r--content/shell/shell_main_delegate.h1
-rw-r--r--content/shell/shell_network_delegate.h1
-rw-r--r--content/shell/shell_render_process_observer.h1
-rw-r--r--content/shell/shell_resource_context.h1
-rw-r--r--content/shell/shell_resource_dispatcher_host_delegate.h1
-rw-r--r--content/shell/shell_switches.h1
-rw-r--r--content/shell/shell_url_request_context_getter.h1
26 files changed, 0 insertions, 26 deletions
diff --git a/content/shell/config.h b/content/shell/config.h
index 386457e..cf472af 100644
--- a/content/shell/config.h
+++ b/content/shell/config.h
@@ -4,7 +4,6 @@
#ifndef CONTENT_SHELL_CONFIG_H_
#define CONTENT_SHELL_CONFIG_H_
-#pragma once
// Required to build WebTestingSupport.
diff --git a/content/shell/geolocation/shell_access_token_store.h b/content/shell/geolocation/shell_access_token_store.h
index 083540f..1384ac5 100644
--- a/content/shell/geolocation/shell_access_token_store.h
+++ b/content/shell/geolocation/shell_access_token_store.h
@@ -4,7 +4,6 @@
#ifndef CONTENT_SHELL_GEOLOCATION_SHELL_ACCESS_TOKEN_STORE_H_
#define CONTENT_SHELL_GEOLOCATION_SHELL_ACCESS_TOKEN_STORE_H_
-#pragma once
#include "content/public/browser/access_token_store.h"
diff --git a/content/shell/layout_test_controller.h b/content/shell/layout_test_controller.h
index 22171ac..6491a7c 100644
--- a/content/shell/layout_test_controller.h
+++ b/content/shell/layout_test_controller.h
@@ -4,7 +4,6 @@
#ifndef CONTENT_SHELL_LAYOUT_TEST_CONTROLLER_H_
#define CONTENT_SHELL_LAYOUT_TEST_CONTROLLER_H_
-#pragma once
#include "content/public/renderer/render_view_observer.h"
diff --git a/content/shell/layout_test_controller_bindings.h b/content/shell/layout_test_controller_bindings.h
index 9264ea1..0ffcf45f 100644
--- a/content/shell/layout_test_controller_bindings.h
+++ b/content/shell/layout_test_controller_bindings.h
@@ -4,7 +4,6 @@
#ifndef CONTENT_SHELL_LAYOUT_TEST_CONTROLLER_BINDINGS_H_
#define CONTENT_SHELL_LAYOUT_TEST_CONTROLLER_BINDINGS_H_
-#pragma once
#include "base/basictypes.h"
#include "base/compiler_specific.h"
diff --git a/content/shell/layout_test_controller_host.h b/content/shell/layout_test_controller_host.h
index 7e63bad..29cd181 100644
--- a/content/shell/layout_test_controller_host.h
+++ b/content/shell/layout_test_controller_host.h
@@ -4,7 +4,6 @@
#ifndef CONTENT_SHELL_LAYOUT_TEST_CONTROLLER_HOST_H_
#define CONTENT_SHELL_LAYOUT_TEST_CONTROLLER_HOST_H_
-#pragma once
#include <map>
#include <string>
diff --git a/content/shell/paths_mac.h b/content/shell/paths_mac.h
index b981dfe..35e7432 100644
--- a/content/shell/paths_mac.h
+++ b/content/shell/paths_mac.h
@@ -4,7 +4,6 @@
#ifndef CONTENT_SHELL_PATHS_MAC_H_
#define CONTENT_SHELL_PATHS_MAC_H_
-#pragma once
#include "base/file_path.h"
diff --git a/content/shell/shell.h b/content/shell/shell.h
index f666aee..b08bb23 100644
--- a/content/shell/shell.h
+++ b/content/shell/shell.h
@@ -5,7 +5,6 @@
#ifndef CONTENT_SHELL_SHELL_H_
#define CONTENT_SHELL_SHELL_H_
-#pragma once
#include <vector>
diff --git a/content/shell/shell_browser_context.h b/content/shell/shell_browser_context.h
index 52d072f..cb1ddef 100644
--- a/content/shell/shell_browser_context.h
+++ b/content/shell/shell_browser_context.h
@@ -4,7 +4,6 @@
#ifndef CONTENT_SHELL_SHELL_BROWSER_CONTEXT_H_
#define CONTENT_SHELL_SHELL_BROWSER_CONTEXT_H_
-#pragma once
#include "base/compiler_specific.h"
#include "base/file_path.h"
diff --git a/content/shell/shell_browser_main.h b/content/shell/shell_browser_main.h
index 3939efa..d1a6c28 100644
--- a/content/shell/shell_browser_main.h
+++ b/content/shell/shell_browser_main.h
@@ -4,7 +4,6 @@
#ifndef CONTENT_SHELL_SHELL_BROWSER_MAIN_H_
#define CONTENT_SHELL_SHELL_BROWSER_MAIN_H_
-#pragma once
namespace content {
struct MainFunctionParams;
diff --git a/content/shell/shell_browser_main_parts.h b/content/shell/shell_browser_main_parts.h
index 1bcbbf5..8f86599 100644
--- a/content/shell/shell_browser_main_parts.h
+++ b/content/shell/shell_browser_main_parts.h
@@ -4,7 +4,6 @@
#ifndef CONTENT_SHELL_SHELL_BROWSER_MAIN_PARTS_H_
#define CONTENT_SHELL_SHELL_BROWSER_MAIN_PARTS_H_
-#pragma once
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
diff --git a/content/shell/shell_content_browser_client.h b/content/shell/shell_content_browser_client.h
index 49f3399..06a2da4 100644
--- a/content/shell/shell_content_browser_client.h
+++ b/content/shell/shell_content_browser_client.h
@@ -4,7 +4,6 @@
#ifndef CONTENT_SHELL_SHELL_CONTENT_BROWSER_CLIENT_H_
#define CONTENT_SHELL_SHELL_CONTENT_BROWSER_CLIENT_H_
-#pragma once
#include <string>
diff --git a/content/shell/shell_content_client.h b/content/shell/shell_content_client.h
index 3c0b619..09b0267 100644
--- a/content/shell/shell_content_client.h
+++ b/content/shell/shell_content_client.h
@@ -4,7 +4,6 @@
#ifndef CONTENT_SHELL_SHELL_CONTENT_CLIENT_H_
#define CONTENT_SHELL_SHELL_CONTENT_CLIENT_H_
-#pragma once
#include <string>
#include <vector>
diff --git a/content/shell/shell_content_main.h b/content/shell/shell_content_main.h
index d6ae276..ae0881f 100644
--- a/content/shell/shell_content_main.h
+++ b/content/shell/shell_content_main.h
@@ -4,7 +4,6 @@
#ifndef CONTENT_SHELL_SHELL_CONTENT_MAIN_H_
#define CONTENT_SHELL_SHELL_CONTENT_MAIN_H_
-#pragma once
#include "base/basictypes.h"
diff --git a/content/shell/shell_content_renderer_client.h b/content/shell/shell_content_renderer_client.h
index a426a9b..dee1c41 100644
--- a/content/shell/shell_content_renderer_client.h
+++ b/content/shell/shell_content_renderer_client.h
@@ -4,7 +4,6 @@
#ifndef CONTENT_SHELL_SHELL_CONTENT_RENDERER_CLIENT_H_
#define CONTENT_SHELL_SHELL_CONTENT_RENDERER_CLIENT_H_
-#pragma once
#include "base/compiler_specific.h"
#include "base/memory/scoped_ptr.h"
diff --git a/content/shell/shell_devtools_delegate.h b/content/shell/shell_devtools_delegate.h
index 36f2af3..8640288 100644
--- a/content/shell/shell_devtools_delegate.h
+++ b/content/shell/shell_devtools_delegate.h
@@ -4,7 +4,6 @@
#ifndef CONTENT_SHELL_SHELL_DEVTOOLS_DELEGATE_H_
#define CONTENT_SHELL_SHELL_DEVTOOLS_DELEGATE_H_
-#pragma once
#include <vector>
diff --git a/content/shell/shell_download_manager_delegate.h b/content/shell/shell_download_manager_delegate.h
index ee362ba..36f1aa4 100644
--- a/content/shell/shell_download_manager_delegate.h
+++ b/content/shell/shell_download_manager_delegate.h
@@ -4,7 +4,6 @@
#ifndef CONTENT_SHELL_SHELL_DOWNLOAD_MANAGER_DELEGATE_H_
#define CONTENT_SHELL_SHELL_DOWNLOAD_MANAGER_DELEGATE_H_
-#pragma once
#include "base/compiler_specific.h"
#include "base/memory/ref_counted.h"
diff --git a/content/shell/shell_javascript_dialog.h b/content/shell/shell_javascript_dialog.h
index d7fc64f..12dd882 100644
--- a/content/shell/shell_javascript_dialog.h
+++ b/content/shell/shell_javascript_dialog.h
@@ -4,7 +4,6 @@
#ifndef CONTENT_SHELL_SHELL_JAVASCRIPT_DIALOG_H_
#define CONTENT_SHELL_SHELL_JAVASCRIPT_DIALOG_H_
-#pragma once
#include "content/public/browser/javascript_dialogs.h"
diff --git a/content/shell/shell_javascript_dialog_creator.h b/content/shell/shell_javascript_dialog_creator.h
index c9c9881..953a5a8 100644
--- a/content/shell/shell_javascript_dialog_creator.h
+++ b/content/shell/shell_javascript_dialog_creator.h
@@ -4,7 +4,6 @@
#ifndef CONTENT_SHELL_SHELL_JAVASCRIPT_DIALOG_CREATOR_H_
#define CONTENT_SHELL_SHELL_JAVASCRIPT_DIALOG_CREATOR_H_
-#pragma once
#include "base/compiler_specific.h"
#include "base/memory/scoped_ptr.h"
diff --git a/content/shell/shell_login_dialog.h b/content/shell/shell_login_dialog.h
index ff259f9..2d14363 100644
--- a/content/shell/shell_login_dialog.h
+++ b/content/shell/shell_login_dialog.h
@@ -4,7 +4,6 @@
#ifndef CONTENT_SHELL_SHELL_LOGIN_DIALOG_H_
#define CONTENT_SHELL_SHELL_LOGIN_DIALOG_H_
-#pragma once
#include "base/compiler_specific.h"
#include "base/string16.h"
diff --git a/content/shell/shell_main_delegate.h b/content/shell/shell_main_delegate.h
index 04697b7..687770b 100644
--- a/content/shell/shell_main_delegate.h
+++ b/content/shell/shell_main_delegate.h
@@ -4,7 +4,6 @@
#ifndef CONTENT_SHELL_SHELL_MAIN_DELEGATE_H_
#define CONTENT_SHELL_SHELL_MAIN_DELEGATE_H_
-#pragma once
#include "base/compiler_specific.h"
#include "base/memory/scoped_ptr.h"
diff --git a/content/shell/shell_network_delegate.h b/content/shell/shell_network_delegate.h
index 6740e216..da15ff8 100644
--- a/content/shell/shell_network_delegate.h
+++ b/content/shell/shell_network_delegate.h
@@ -4,7 +4,6 @@
#ifndef CONTENT_SHELL_SHELL_NETWORK_DELEGATE_H_
#define CONTENT_SHELL_SHELL_NETWORK_DELEGATE_H_
-#pragma once
#include "base/basictypes.h"
#include "base/compiler_specific.h"
diff --git a/content/shell/shell_render_process_observer.h b/content/shell/shell_render_process_observer.h
index 28e8d59..1b50ed7 100644
--- a/content/shell/shell_render_process_observer.h
+++ b/content/shell/shell_render_process_observer.h
@@ -4,7 +4,6 @@
#ifndef CONTENT_SHELL_SHELL_RENDER_PROCESS_OBSERVER_H_
#define CONTENT_SHELL_SHELL_RENDER_PROCESS_OBSERVER_H_
-#pragma once
#include "base/basictypes.h"
#include "base/compiler_specific.h"
diff --git a/content/shell/shell_resource_context.h b/content/shell/shell_resource_context.h
index a084e61..d7b916a 100644
--- a/content/shell/shell_resource_context.h
+++ b/content/shell/shell_resource_context.h
@@ -4,7 +4,6 @@
#ifndef CONTENT_SHELL_SHELL_RESOURCE_CONTEXT_H_
#define CONTENT_SHELL_SHELL_RESOURCE_CONTEXT_H_
-#pragma once
#include "base/compiler_specific.h"
#include "base/memory/ref_counted.h"
diff --git a/content/shell/shell_resource_dispatcher_host_delegate.h b/content/shell/shell_resource_dispatcher_host_delegate.h
index ec537c5..74f3f93 100644
--- a/content/shell/shell_resource_dispatcher_host_delegate.h
+++ b/content/shell/shell_resource_dispatcher_host_delegate.h
@@ -4,7 +4,6 @@
#ifndef CONTENT_SHELL_SHELL_RESOURCE_DISPATCHER_HOST_DELEGATE_H_
#define CONTENT_SHELL_SHELL_RESOURCE_DISPATCHER_HOST_DELEGATE_H_
-#pragma once
#include "base/compiler_specific.h"
#include "content/public/browser/resource_dispatcher_host_delegate.h"
diff --git a/content/shell/shell_switches.h b/content/shell/shell_switches.h
index 869f0d9..0f05b1f3 100644
--- a/content/shell/shell_switches.h
+++ b/content/shell/shell_switches.h
@@ -6,7 +6,6 @@
#ifndef CONTENT_SHELL_SHELL_SWITCHES_H_
#define CONTENT_SHELL_SHELL_SWITCHES_H_
-#pragma once
namespace switches {
diff --git a/content/shell/shell_url_request_context_getter.h b/content/shell/shell_url_request_context_getter.h
index 3775304..7c9401f 100644
--- a/content/shell/shell_url_request_context_getter.h
+++ b/content/shell/shell_url_request_context_getter.h
@@ -4,7 +4,6 @@
#ifndef CONTENT_SHELL_SHELL_URL_REQUEST_CONTEXT_GETTER_H_
#define CONTENT_SHELL_SHELL_URL_REQUEST_CONTEXT_GETTER_H_
-#pragma once
#include "base/compiler_specific.h"
#include "base/file_path.h"