summaryrefslogtreecommitdiff
path: root/chromium/base/posix/file_descriptor_shuffle.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/base/posix/file_descriptor_shuffle.h')
-rw-r--r--chromium/base/posix/file_descriptor_shuffle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/base/posix/file_descriptor_shuffle.h b/chromium/base/posix/file_descriptor_shuffle.h
index 9cd918f2e15..6888c3e5237 100644
--- a/chromium/base/posix/file_descriptor_shuffle.h
+++ b/chromium/base/posix/file_descriptor_shuffle.h
@@ -47,7 +47,7 @@ class InjectionDelegate {
// An implementation of the InjectionDelegate interface using the file
// descriptor table of the current process as the domain.
-class BASE_EXPORT FileDescriptorTableInjection : public InjectionDelegate {
+class FileDescriptorTableInjection : public InjectionDelegate {
virtual bool Duplicate(int* result, int fd) OVERRIDE;
virtual bool Move(int src, int dest) OVERRIDE;
virtual void Close(int fd) OVERRIDE;