Index: chrome/common/net/notifier/base/ssl_adapter.cc |
=================================================================== |
--- chrome/common/net/notifier/base/ssl_adapter.cc (revision 46353) |
+++ chrome/common/net/notifier/base/ssl_adapter.cc (working copy) |
@@ -2,12 +2,12 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chrome/browser/sync/notifier/base/ssl_adapter.h" |
+#include "chrome/common/net/notifier/base/ssl_adapter.h" |
#if defined(OS_WIN) |
#include "talk/base/ssladapter.h" |
#else |
-#include "chrome/browser/sync/notifier/communicator/ssl_socket_adapter.h" |
+#include "chrome/common/net/notifier/communicator/ssl_socket_adapter.h" |
#endif |
namespace notifier { |