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/worker/worker_webapplicationcachehost_impl.h | |
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/worker/worker_webapplicationcachehost_impl.h')
-rw-r--r-- | content/worker/worker_webapplicationcachehost_impl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/content/worker/worker_webapplicationcachehost_impl.h b/content/worker/worker_webapplicationcachehost_impl.h index 3aeb20d..8c70ced 100644 --- a/content/worker/worker_webapplicationcachehost_impl.h +++ b/content/worker/worker_webapplicationcachehost_impl.h @@ -1,10 +1,9 @@ -// 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. #ifndef CHROME_WORKER_WORKER_WEBAPPLICATIONCACHEHOST_IMPL_H_ #define CHROME_WORKER_WORKER_WEBAPPLICATIONCACHEHOST_IMPL_H_ -#pragma once #include "webkit/appcache/web_application_cache_host_impl.h" |