Index: chrome/browser/invalidation/invalidator_storage.cc |
diff --git a/chrome/browser/sync/invalidations/invalidator_storage.cc b/chrome/browser/invalidation/invalidator_storage.cc |
similarity index 99% |
rename from chrome/browser/sync/invalidations/invalidator_storage.cc |
rename to chrome/browser/invalidation/invalidator_storage.cc |
index ab3b5a6e071c90c2a09e02dcc5bf25f40fd7ada6..780ba12188fd40067cf132ae0108ba50dbd591fc 100644 |
--- a/chrome/browser/sync/invalidations/invalidator_storage.cc |
+++ b/chrome/browser/invalidation/invalidator_storage.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chrome/browser/sync/invalidations/invalidator_storage.h" |
+#include "chrome/browser/invalidation/invalidator_storage.h" |
#include "base/base64.h" |
#include "base/bind.h" |
@@ -20,8 +20,6 @@ |
using syncer::InvalidationStateMap; |
-namespace browser_sync { |
- |
namespace { |
const char kSourceKey[] = "source"; |
@@ -94,6 +92,8 @@ DictionaryValue* ObjectIdAndStateToValue( |
} // namespace |
+namespace invalidation { |
+ |
// static |
void InvalidatorStorage::RegisterUserPrefs( |
user_prefs::PrefRegistrySyncable* registry) { |
@@ -345,4 +345,4 @@ void InvalidatorStorage::Acknowledge(const invalidation::ObjectId& id, |
state_map_list); |
} |
-} // namespace browser_sync |
+} // namespace invalidation |