| Index: sync/util/weak_handle_unittest.cc
|
| diff --git a/chrome/browser/sync/util/weak_handle_unittest.cc b/sync/util/weak_handle_unittest.cc
|
| similarity index 98%
|
| rename from chrome/browser/sync/util/weak_handle_unittest.cc
|
| rename to sync/util/weak_handle_unittest.cc
|
| index 4a56f9e18f15c9dba5c127b23698faaa4979485c..6767df14f64e18cba00fa078117028bebbcd7a6d 100644
|
| --- a/chrome/browser/sync/util/weak_handle_unittest.cc
|
| +++ b/sync/util/weak_handle_unittest.cc
|
| @@ -1,8 +1,8 @@
|
| -// 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/util/weak_handle.h"
|
| +#include "sync/util/weak_handle.h"
|
|
|
| #include "base/bind.h"
|
| #include "base/compiler_specific.h"
|
|
|