| Index: sync/js/js_arg_list_unittest.cc
 | 
| diff --git a/chrome/browser/sync/js/js_arg_list_unittest.cc b/sync/js/js_arg_list_unittest.cc
 | 
| similarity index 89%
 | 
| rename from chrome/browser/sync/js/js_arg_list_unittest.cc
 | 
| rename to sync/js/js_arg_list_unittest.cc
 | 
| index 65469f0e41c990e6e6313b938c6591f255996ea0..3f00e4bc64f8143e5904be12287f5490ebc7ec3c 100644
 | 
| --- a/chrome/browser/sync/js/js_arg_list_unittest.cc
 | 
| +++ b/sync/js/js_arg_list_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/js/js_arg_list.h"
 | 
| +#include "sync/js/js_arg_list.h"
 | 
|  
 | 
|  #include "base/memory/scoped_ptr.h"
 | 
|  #include "testing/gtest/include/gtest/gtest.h"
 | 
| 
 |