Index: chrome/browser/transport_security_persister.h |
=================================================================== |
--- chrome/browser/transport_security_persister.h (revision 67155) |
+++ chrome/browser/transport_security_persister.h (working copy) |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2009 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2010 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. |
@@ -34,8 +34,9 @@ |
#define CHROME_BROWSER_TRANSPORT_SECURITY_PERSISTER_H_ |
#pragma once |
+#include <string> |
+ |
#include "base/file_path.h" |
-#include "base/lock.h" |
#include "base/ref_counted.h" |
#include "base/task.h" |
#include "net/base/transport_security_state.h" |