| Index: sync/engine/build_commit_command_unittest.cc
|
| diff --git a/chrome/browser/sync/engine/build_commit_command_unittest.cc b/sync/engine/build_commit_command_unittest.cc
|
| similarity index 95%
|
| rename from chrome/browser/sync/engine/build_commit_command_unittest.cc
|
| rename to sync/engine/build_commit_command_unittest.cc
|
| index d92451700f7d28bbe301b261a9728f752e168cad..f0a5bea7527daf6b566c7bfcf339d5efd3000dc8 100644
|
| --- a/chrome/browser/sync/engine/build_commit_command_unittest.cc
|
| +++ b/sync/engine/build_commit_command_unittest.cc
|
| @@ -1,9 +1,9 @@
|
| -// 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.
|
|
|
| -#include "chrome/browser/sync/engine/build_commit_command.h"
|
| -#include "chrome/browser/sync/test/engine/syncer_command_test.h"
|
| +#include "sync/engine/build_commit_command.h"
|
| +#include "sync/test/engine/syncer_command_test.h"
|
|
|
| namespace browser_sync {
|
|
|
|
|