| Index: sync/engine/syncproto_unittest.cc
|
| diff --git a/chrome/browser/sync/engine/syncproto_unittest.cc b/sync/engine/syncproto_unittest.cc
|
| similarity index 76%
|
| rename from chrome/browser/sync/engine/syncproto_unittest.cc
|
| rename to sync/engine/syncproto_unittest.cc
|
| index 951b8524f0a677c54091b156b80bffc413ae51a8..2c0598b0bb2c4efdf44f8891678ad0cbb769f851 100644
|
| --- a/chrome/browser/sync/engine/syncproto_unittest.cc
|
| +++ b/sync/engine/syncproto_unittest.cc
|
| @@ -1,8 +1,8 @@
|
| -// Copyright (c) 2009 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.
|
|
|
| -#include "chrome/browser/sync/engine/syncproto.h"
|
| +#include "sync/engine/syncproto.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace browser_sync {
|
|
|