summaryrefslogtreecommitdiffstats
path: root/media/base/media_export.h
diff options
context:
space:
mode:
authorajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-11 07:11:25 +0000
committerajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-11 07:11:25 +0000
commit4ac92c53393b3800c67be15c7108d0f82c14b2a7 (patch)
treefb5ad61d3fd36761f2aef5f23e992235df5ea062 /media/base/media_export.h
parent89b360bcc5c172e1a9545633b1cc475f30d0855d (diff)
downloadchromium_src-4ac92c53393b3800c67be15c7108d0f82c14b2a7.zip
chromium_src-4ac92c53393b3800c67be15c7108d0f82c14b2a7.tar.gz
chromium_src-4ac92c53393b3800c67be15c7108d0f82c14b2a7.tar.bz2
Remove #pragma once from media
Review URL: https://chromiumcodereview.appspot.com/10701135 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146076 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/base/media_export.h')
-rw-r--r--media/base/media_export.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/media/base/media_export.h b/media/base/media_export.h
index b3e47d5..48f6f45 100644
--- a/media/base/media_export.h
+++ b/media/base/media_export.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 MEDIA_BASE_MEDIA_EXPORT_H_
#define MEDIA_BASE_MEDIA_EXPORT_H_
-#pragma once
// Define MEDIA_EXPORT so that functionality implemented by the Media module
// can be exported to consumers.