Base: Last set of files to use BASE_API (for base.dll)

Note that a bunck of these files have no unit tests :(

BUG=76996
TEST=none
Review URL: http://codereview.chromium.org/6747014

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79633 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/base/crypto/encryptor.h b/base/crypto/encryptor.h
index 7718240..360a3333 100644
--- a/base/crypto/encryptor.h
+++ b/base/crypto/encryptor.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 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.
 
@@ -8,6 +8,7 @@
 
 #include <string>
 
+#include "base/base_api.h"
 #include "build/build_config.h"
 
 #if defined(USE_NSS)
@@ -20,7 +21,7 @@
 
 class SymmetricKey;
 
-class Encryptor {
+class BASE_API Encryptor {
  public:
   enum Mode {
     CBC