summaryrefslogtreecommitdiffstats
path: root/chrome/browser/apps/drive/drive_app_mapping_unittest.cc
diff options
context:
space:
mode:
authorsdefresne <sdefresne@chromium.org>2015-09-16 05:01:28 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-16 12:01:59 +0000
commit875d078307b9c4da92f36b9d4d0d4de4a7d8c9be (patch)
tree514baf91f065ebf2df675326c93d23caf9f2fe86 /chrome/browser/apps/drive/drive_app_mapping_unittest.cc
parent40b5b417c5ebcfd5e21132e361bf78658c0ef617 (diff)
downloadchromium_src-875d078307b9c4da92f36b9d4d0d4de4a7d8c9be.zip
chromium_src-875d078307b9c4da92f36b9d4d0d4de4a7d8c9be.tar.gz
chromium_src-875d078307b9c4da92f36b9d4d0d4de4a7d8c9be.tar.bz2
Componentize PrefSyncableService and support classes.
Create components/syncable_prefs and move PrefSyncableService files, the support code and the unit tests. BUG=522544,522537,522536,522532,522530,522527,522526 Review URL: https://codereview.chromium.org/1305213009 Cr-Commit-Position: refs/heads/master@{#349098}
Diffstat (limited to 'chrome/browser/apps/drive/drive_app_mapping_unittest.cc')
-rw-r--r--chrome/browser/apps/drive/drive_app_mapping_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/apps/drive/drive_app_mapping_unittest.cc b/chrome/browser/apps/drive/drive_app_mapping_unittest.cc
index ea24a60..25777aa 100644
--- a/chrome/browser/apps/drive/drive_app_mapping_unittest.cc
+++ b/chrome/browser/apps/drive/drive_app_mapping_unittest.cc
@@ -6,7 +6,7 @@
#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
-#include "chrome/test/base/testing_pref_service_syncable.h"
+#include "components/syncable_prefs/testing_pref_service_syncable.h"
#include "testing/gtest/include/gtest/gtest.h"
class DriveAppMappingTest : public testing::Test {