Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10789)

Unified Diff: components/invalidation/impl/fake_invalidation_state_tracker.h

Issue 1191393008: Introduce a layering in the invalidation component as public and impl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Explicitly forbid content to prevent future additions Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/invalidation/impl/fake_invalidation_state_tracker.h
diff --git a/components/invalidation/fake_invalidation_state_tracker.h b/components/invalidation/impl/fake_invalidation_state_tracker.h
similarity index 80%
rename from components/invalidation/fake_invalidation_state_tracker.h
rename to components/invalidation/impl/fake_invalidation_state_tracker.h
index 1388badc10f5e82a65d57e5f680f121a731a5b62..41ae0ace25c45f504c66b55a75650955417adc86 100644
--- a/components/invalidation/fake_invalidation_state_tracker.h
+++ b/components/invalidation/impl/fake_invalidation_state_tracker.h
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_INVALIDATION_FAKE_INVALIDATION_STATE_TRACKER_H_
-#define COMPONENTS_INVALIDATION_FAKE_INVALIDATION_STATE_TRACKER_H_
+#ifndef COMPONENTS_INVALIDATION_IMPL_FAKE_INVALIDATION_STATE_TRACKER_H_
+#define COMPONENTS_INVALIDATION_IMPL_FAKE_INVALIDATION_STATE_TRACKER_H_
#include "base/memory/weak_ptr.h"
-#include "components/invalidation/invalidation_state_tracker.h"
+#include "components/invalidation/impl/invalidation_state_tracker.h"
namespace syncer {
@@ -38,4 +38,4 @@ class FakeInvalidationStateTracker
} // namespace syncer
-#endif // COMPONENTS_INVALIDATION_FAKE_INVALIDATION_STATE_TRACKER_H_
+#endif // COMPONENTS_INVALIDATION_IMPL_FAKE_INVALIDATION_STATE_TRACKER_H_

Powered by Google App Engine
This is Rietveld 408576698