| Index: components/sync/tools/null_invalidation_state_tracker.h
|
| diff --git a/sync/tools/null_invalidation_state_tracker.h b/components/sync/tools/null_invalidation_state_tracker.h
|
| similarity index 83%
|
| rename from sync/tools/null_invalidation_state_tracker.h
|
| rename to components/sync/tools/null_invalidation_state_tracker.h
|
| index 5525b8e8569e6b0ce2a8ce6bad35af7458f18754..0cfa540e0c421a501d080faeb1661b03b33ed8f0 100644
|
| --- a/sync/tools/null_invalidation_state_tracker.h
|
| +++ b/components/sync/tools/null_invalidation_state_tracker.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef SYNC_TOOLS_NULL_INVALIDATION_STATE_TRACKER_H_
|
| -#define SYNC_TOOLS_NULL_INVALIDATION_STATE_TRACKER_H_
|
| +#ifndef COMPONENTS_SYNC_TOOLS_NULL_INVALIDATION_STATE_TRACKER_H_
|
| +#define COMPONENTS_SYNC_TOOLS_NULL_INVALIDATION_STATE_TRACKER_H_
|
|
|
| #include <string>
|
|
|
| @@ -34,4 +34,4 @@ class NullInvalidationStateTracker
|
|
|
| } // namespace syncer
|
|
|
| -#endif // SYNC_TOOLS_NULL_INVALIDATION_STATE_TRACKER_H_
|
| +#endif // COMPONENTS_SYNC_TOOLS_NULL_INVALIDATION_STATE_TRACKER_H_
|
|
|