| Index: sync/js/js_event_details.cc
|
| diff --git a/chrome/browser/sync/js/js_event_details.cc b/sync/js/js_event_details.cc
|
| similarity index 82%
|
| rename from chrome/browser/sync/js/js_event_details.cc
|
| rename to sync/js/js_event_details.cc
|
| index 9182d24c923236c4bd57a41fbba0baf8a5e794a1..693ba4c4a8dc1e06c0432ec8c2947743e3db4849 100644
|
| --- a/chrome/browser/sync/js/js_event_details.cc
|
| +++ b/sync/js/js_event_details.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_event_details.h"
|
| +#include "sync/js/js_event_details.h"
|
|
|
| #include "base/json/json_writer.h"
|
|
|
|
|