summaryrefslogtreecommitdiffstats
path: root/chrome/common/json_pref_store_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/json_pref_store_unittest.cc')
-rw-r--r--chrome/common/json_pref_store_unittest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/json_pref_store_unittest.cc b/chrome/common/json_pref_store_unittest.cc
index adf7d8d..fcec0ea 100644
--- a/chrome/common/json_pref_store_unittest.cc
+++ b/chrome/common/json_pref_store_unittest.cc
@@ -3,11 +3,11 @@
// found in the LICENSE file.
#include "base/file_util.h"
+#include "base/memory/ref_counted.h"
+#include "base/memory/scoped_ptr.h"
#include "base/message_loop.h"
#include "base/message_loop_proxy.h"
#include "base/path_service.h"
-#include "base/ref_counted.h"
-#include "base/scoped_ptr.h"
#include "base/string_number_conversions.h"
#include "base/string_util.h"
#include "base/threading/thread.h"