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

Unified Diff: chrome/browser/api/prefs/pref_change_registrar.cc

Issue 10857031: Move PrefMember and PrefChangeRegistrar to api directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to parent Created 8 years, 4 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/api/prefs/pref_change_registrar.cc
diff --git a/chrome/browser/prefs/pref_change_registrar.cc b/chrome/browser/api/prefs/pref_change_registrar.cc
similarity index 97%
rename from chrome/browser/prefs/pref_change_registrar.cc
rename to chrome/browser/api/prefs/pref_change_registrar.cc
index 3531afd532e4b330d79c13718acbaf3518632cf7..23589d73baa2b43c839d8a02e81ecb689602656d 100644
--- a/chrome/browser/prefs/pref_change_registrar.cc
+++ b/chrome/browser/api/prefs/pref_change_registrar.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/prefs/pref_change_registrar.h"
+#include "chrome/browser/api/prefs/pref_change_registrar.h"
#include "base/logging.h"
#include "chrome/browser/prefs/pref_service.h"
« no previous file with comments | « chrome/browser/api/prefs/pref_change_registrar.h ('k') | chrome/browser/api/prefs/pref_change_registrar_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698