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

Side by Side Diff: base/prefs/json_pref_store.h

Issue 16514006: Update includes of message_loop_proxy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « base/observer_list_threadsafe.h ('k') | base/prefs/json_pref_store.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef BASE_PREFS_JSON_PREF_STORE_H_ 5 #ifndef BASE_PREFS_JSON_PREF_STORE_H_
6 #define BASE_PREFS_JSON_PREF_STORE_H_ 6 #define BASE_PREFS_JSON_PREF_STORE_H_
7 7
8 #include <set> 8 #include <set>
9 #include <string> 9 #include <string>
10 10
11 #include "base/basictypes.h" 11 #include "base/basictypes.h"
12 #include "base/compiler_specific.h" 12 #include "base/compiler_specific.h"
13 #include "base/files/file_path.h" 13 #include "base/files/file_path.h"
14 #include "base/files/important_file_writer.h" 14 #include "base/files/important_file_writer.h"
15 #include "base/memory/scoped_ptr.h" 15 #include "base/memory/scoped_ptr.h"
16 #include "base/message_loop_proxy.h" 16 #include "base/message_loop/message_loop_proxy.h"
17 #include "base/observer_list.h" 17 #include "base/observer_list.h"
18 #include "base/prefs/base_prefs_export.h" 18 #include "base/prefs/base_prefs_export.h"
19 #include "base/prefs/persistent_pref_store.h" 19 #include "base/prefs/persistent_pref_store.h"
20 20
21 namespace base { 21 namespace base {
22 class DictionaryValue; 22 class DictionaryValue;
23 class FilePath; 23 class FilePath;
24 class SequencedWorkerPool; 24 class SequencedWorkerPool;
25 class SequencedTaskRunner; 25 class SequencedTaskRunner;
26 class Value; 26 class Value;
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 94
95 bool initialized_; 95 bool initialized_;
96 PrefReadError read_error_; 96 PrefReadError read_error_;
97 97
98 std::set<std::string> keys_need_empty_value_; 98 std::set<std::string> keys_need_empty_value_;
99 99
100 DISALLOW_COPY_AND_ASSIGN(JsonPrefStore); 100 DISALLOW_COPY_AND_ASSIGN(JsonPrefStore);
101 }; 101 };
102 102
103 #endif // BASE_PREFS_JSON_PREF_STORE_H_ 103 #endif // BASE_PREFS_JSON_PREF_STORE_H_
OLDNEW
« no previous file with comments | « base/observer_list_threadsafe.h ('k') | base/prefs/json_pref_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698