| Index: sync/test/fake_extensions_activity_monitor.h
|
| diff --git a/chrome/browser/sync/test/fake_extensions_activity_monitor.h b/sync/test/fake_extensions_activity_monitor.h
|
| similarity index 75%
|
| rename from chrome/browser/sync/test/fake_extensions_activity_monitor.h
|
| rename to sync/test/fake_extensions_activity_monitor.h
|
| index d4938e6ea68e042e6fd2d3d21896e3b2758b22c8..2beb64f1cb66fb9182cc39b5e8aa7ca8c27d377e 100644
|
| --- a/chrome/browser/sync/test/fake_extensions_activity_monitor.h
|
| +++ b/sync/test/fake_extensions_activity_monitor.h
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_SYNC_TEST_FAKE_EXTENSIONS_ACTIVITY_MONITOR_H_
|
| -#define CHROME_BROWSER_SYNC_TEST_FAKE_EXTENSIONS_ACTIVITY_MONITOR_H_
|
| +#ifndef SYNC_TEST_FAKE_EXTENSIONS_ACTIVITY_MONITOR_H_
|
| +#define SYNC_TEST_FAKE_EXTENSIONS_ACTIVITY_MONITOR_H_
|
| #pragma once
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/threading/non_thread_safe.h"
|
| -#include "chrome/browser/sync/util/extensions_activity_monitor.h"
|
| +#include "sync/util/extensions_activity_monitor.h"
|
|
|
| namespace browser_sync {
|
|
|
| @@ -30,4 +30,4 @@ class FakeExtensionsActivityMonitor : public ExtensionsActivityMonitor {
|
|
|
| } // namespace browser_sync
|
|
|
| -#endif // CHROME_BROWSER_SYNC_TEST_FAKE_EXTENSIONS_ACTIVITY_MONITOR_H_
|
| +#endif // SYNC_TEST_FAKE_EXTENSIONS_ACTIVITY_MONITOR_H_
|
|
|