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

Unified Diff: components/invalidation/invalidator_storage.h

Issue 288353003: Componentize invalidator storage + preferences (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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
« no previous file with comments | « components/invalidation/invalidation_prefs.cc ('k') | components/invalidation/invalidator_storage.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « components/invalidation/invalidation_prefs.cc ('k') | components/invalidation/invalidator_storage.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698