summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cert_store.h
diff options
context:
space:
mode:
authormaruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-12 15:22:13 +0000
committermaruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-12 15:22:13 +0000
commite1981f43505c69351e5786eac1bff1913f4c96db (patch)
tree9be2552eea732795716489cba689918dc5dd74a3 /chrome/browser/cert_store.h
parent169da8f5bba74250fe73f708a1a3b666b4fb2431 (diff)
downloadchromium_src-e1981f43505c69351e5786eac1bff1913f4c96db.zip
chromium_src-e1981f43505c69351e5786eac1bff1913f4c96db.tar.gz
chromium_src-e1981f43505c69351e5786eac1bff1913f4c96db.tar.bz2
Cleanup a few files, reduce the number of includes.
Applied glint. No code change, just moving around. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@713 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cert_store.h')
-rw-r--r--chrome/browser/cert_store.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/chrome/browser/cert_store.h b/chrome/browser/cert_store.h
index 24b5f91..cca1518 100644
--- a/chrome/browser/cert_store.h
+++ b/chrome/browser/cert_store.h
@@ -27,14 +27,13 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-#ifndef CHROME_BROWSER_CERT_STORE_H__
-#define CHROME_BROWSER_CERT_STORE_H__
+#ifndef CHROME_BROWSER_CERT_STORE_H_
+#define CHROME_BROWSER_CERT_STORE_H_
#include <vector>
#include <map>
#include "base/lock.h"
-#include "chrome/browser/render_process_host.h"
#include "chrome/common/notification_service.h"
#include "net/base/x509_certificate.h"
@@ -105,4 +104,4 @@ class CertStore : public NotificationObserver {
DISALLOW_EVIL_CONSTRUCTORS(CertStore);
};
-#endif // CHROME_BROWSER_CERT_STORE_H__
+#endif // CHROME_BROWSER_CERT_STORE_H_