| Index: chrome/browser/sync/internal_api/syncapi_server_connection_manager.h
|
| diff --git a/chrome/browser/sync/internal_api/syncapi_server_connection_manager.h b/chrome/browser/sync/internal_api/syncapi_server_connection_manager.h
|
| index bfa693139c3ca4eff28fca710fc18ecb3f66ac5d..181b0b2dbde184f6747d06b515ca0b8076a09eac 100644
|
| --- a/chrome/browser/sync/internal_api/syncapi_server_connection_manager.h
|
| +++ b/chrome/browser/sync/internal_api/syncapi_server_connection_manager.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 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.
|
|
|
| @@ -11,7 +11,7 @@
|
| #include "base/compiler_specific.h"
|
| #include "base/gtest_prod_util.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "chrome/browser/sync/engine/net/server_connection_manager.h"
|
| +#include "sync/engine/net/server_connection_manager.h"
|
|
|
| namespace sync_api {
|
|
|
|
|