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

Unified Diff: chrome/browser/invalidation/invalidator_storage.cc

Issue 13991017: Commit InvalidationService implementations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Another attempt to fix Android Created 7 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
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

Powered by Google App Engine
This is Rietveld 408576698