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

Unified Diff: components/invalidation/invalidator_storage.cc

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/invalidator_storage.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/invalidation/invalidator_storage.cc
diff --git a/chrome/browser/invalidation/invalidator_storage.cc b/components/invalidation/invalidator_storage.cc
similarity index 97%
rename from chrome/browser/invalidation/invalidator_storage.cc
rename to components/invalidation/invalidator_storage.cc
index 0f73a754f97e4574fe7646602e3454dafd67a8a3..0d43f43783004ba23e695eb8b5ddcf5b8a415604 100644
--- a/chrome/browser/invalidation/invalidator_storage.cc
+++ b/components/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/invalidation/invalidator_storage.h"
+#include "components/invalidation/invalidator_storage.h"
#include "base/base64.h"
#include "base/bind.h"
@@ -14,7 +14,7 @@
#include "base/strings/string_number_conversions.h"
#include "base/task_runner.h"
#include "base/values.h"
-#include "chrome/common/pref_names.h"
+#include "components/invalidation/invalidation_prefs.h"
#include "components/pref_registry/pref_registry_syncable.h"
namespace {
« no previous file with comments | « components/invalidation/invalidator_storage.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698