summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents
diff options
context:
space:
mode:
authortc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-12 18:04:26 +0000
committertc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-12 18:04:26 +0000
commitc83203d27e7f79bc395d1702b1a7fcaecc65c23c (patch)
tree139f6a247b140bb02daeccda90f54222680a4261 /chrome/browser/tab_contents
parenta9afddb80f3aa7703681e02f7161d040e77c7be7 (diff)
downloadchromium_src-c83203d27e7f79bc395d1702b1a7fcaecc65c23c.zip
chromium_src-c83203d27e7f79bc395d1702b1a7fcaecc65c23c.tar.gz
chromium_src-c83203d27e7f79bc395d1702b1a7fcaecc65c23c.tar.bz2
Revert "Add chrome/browser/ssl/ssl_manager.cc to the build."
This reverts commit 9656. Review URL: http://codereview.chromium.org/20308 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9672 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/tab_contents')
-rw-r--r--chrome/browser/tab_contents/navigation_controller.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/tab_contents/navigation_controller.h b/chrome/browser/tab_contents/navigation_controller.h
index d84e563..f39c595 100644
--- a/chrome/browser/tab_contents/navigation_controller.h
+++ b/chrome/browser/tab_contents/navigation_controller.h
@@ -12,13 +12,14 @@
#if defined(OS_POSIX)
// TODO(port): remove when dependent classes are ported
#include "chrome/common/temp_scaffolding_stubs.h"
+#elif defined(OS_WIN)
+#include "chrome/browser/ssl/ssl_manager.h"
#endif
#include "base/linked_ptr.h"
#include "base/ref_counted.h"
#include "googleurl/src/gurl.h"
#include "chrome/browser/sessions/session_id.h"
-#include "chrome/browser/ssl/ssl_manager.h"
#include "chrome/browser/tab_contents/tab_contents_type.h"
#include "chrome/common/navigation_types.h"
#include "chrome/common/page_transition_types.h"