Index: components/invalidation/invalidator_storage.h |
diff --git a/chrome/browser/invalidation/invalidator_storage.h b/components/invalidation/invalidator_storage.h |
similarity index 94% |
rename from chrome/browser/invalidation/invalidator_storage.h |
rename to components/invalidation/invalidator_storage.h |
index 37ef025b0e1a0d674d75b59260b9ad7ecc108e80..2878700383e5267a3d0a9b6393d3b47439af27f9 100644 |
--- a/chrome/browser/invalidation/invalidator_storage.h |
+++ b/components/invalidation/invalidator_storage.h |
@@ -6,8 +6,8 @@ |
// to use PrefService as persistence for invalidation state. It is not thread |
// safe, and lives on the UI thread. |
-#ifndef CHROME_BROWSER_INVALIDATION_INVALIDATOR_STORAGE_H_ |
-#define CHROME_BROWSER_INVALIDATION_INVALIDATOR_STORAGE_H_ |
+#ifndef COMPONENTS_INVALIDATION_INVALIDATOR_STORAGE_H_ |
+#define COMPONENTS_INVALIDATION_INVALIDATOR_STORAGE_H_ |
#include "base/basictypes.h" |
#include "base/gtest_prod_util.h" |
@@ -76,4 +76,4 @@ class InvalidatorStorage : public syncer::InvalidationStateTracker { |
} // namespace invalidation |
-#endif // CHROME_BROWSER_INVALIDATION_INVALIDATOR_STORAGE_H_ |
+#endif // COMPONENTS_INVALIDATION_INVALIDATOR_STORAGE_H_ |