| Index: chrome/browser/sync/test/test_http_bridge_factory.h
|
| diff --git a/chrome/browser/sync/test/test_http_bridge_factory.h b/chrome/browser/sync/test/test_http_bridge_factory.h
|
| index d39f72c20e6afb68f2c504f37c5ad394712869e4..302528bdc47e3f5e32505410d5182f8b8dac4393 100644
|
| --- a/chrome/browser/sync/test/test_http_bridge_factory.h
|
| +++ b/chrome/browser/sync/test/test_http_bridge_factory.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.
|
|
|
| @@ -7,8 +7,8 @@
|
| #pragma once
|
|
|
| #include "base/compiler_specific.h"
|
| -#include "chrome/browser/sync/internal_api/http_post_provider_interface.h"
|
| -#include "chrome/browser/sync/internal_api/http_post_provider_factory.h"
|
| +#include "sync/internal_api/http_post_provider_factory.h"
|
| +#include "sync/internal_api/http_post_provider_interface.h"
|
|
|
| namespace browser_sync {
|
|
|
|
|