From f00b9b402a67812bff2fc2372690ab561e93b416 Mon Sep 17 00:00:00 2001 From: brettw Date: Mon, 1 Feb 2016 14:11:38 -0800 Subject: Update components for new prefs location. This is a search-and-replace update for includes with "base/prefs" -> "components/prefs" and the headers re-sorted. DEPS files were updated to allow the components in question to depend on components/prefs. This should be a no-op from a build perspective. BUG=583034 Review URL: https://codereview.chromium.org/1651203002 Cr-Commit-Position: refs/heads/master@{#372780} --- components/prefs/testing_pref_service.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'components/prefs/testing_pref_service.cc') diff --git a/components/prefs/testing_pref_service.cc b/components/prefs/testing_pref_service.cc index 5899376..1dd760e 100644 --- a/components/prefs/testing_pref_service.cc +++ b/components/prefs/testing_pref_service.cc @@ -2,14 +2,14 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "base/prefs/testing_pref_service.h" +#include "components/prefs/testing_pref_service.h" #include "base/bind.h" #include "base/compiler_specific.h" -#include "base/prefs/default_pref_store.h" -#include "base/prefs/pref_notifier_impl.h" -#include "base/prefs/pref_registry_simple.h" -#include "base/prefs/pref_value_store.h" +#include "components/prefs/default_pref_store.h" +#include "components/prefs/pref_notifier_impl.h" +#include "components/prefs/pref_registry_simple.h" +#include "components/prefs/pref_value_store.h" #include "testing/gtest/include/gtest/gtest.h" template <> -- cgit v1.1