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

Unified Diff: rlz/chromeos/lib/rlz_value_store_chromeos.h

Issue 2800153002: Fix static initializers in RlzValueStoreChromeOS. (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « no previous file | rlz/chromeos/lib/rlz_value_store_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: rlz/chromeos/lib/rlz_value_store_chromeos.h
diff --git a/rlz/chromeos/lib/rlz_value_store_chromeos.h b/rlz/chromeos/lib/rlz_value_store_chromeos.h
index ec26248dbf70958f07f4a1ce4bc4505c0966c635..cae01ba367da91b48658bc7e1cd95bf8a26f2aee 100644
--- a/rlz/chromeos/lib/rlz_value_store_chromeos.h
+++ b/rlz/chromeos/lib/rlz_value_store_chromeos.h
@@ -13,11 +13,10 @@
#include "base/files/file_path.h"
#include "base/macros.h"
#include "base/threading/non_thread_safe.h"
-#include "base/values.h"
#include "rlz/lib/rlz_value_store.h"
namespace base {
-class SequencedTaskRunner;
+class DictionaryValue;
class Value;
}
@@ -27,12 +26,8 @@ namespace rlz_lib {
class RlzValueStoreChromeOS : public RlzValueStore,
public base::NonThreadSafe {
public:
- // // Sets the task runner that will be used by ImportantFileWriter for write
- // // operations.
- // static void SetFileTaskRunner(base::SequencedTaskRunner* file_task_runner);
-
// Creates new instance and synchronously reads data from file.
- RlzValueStoreChromeOS(const base::FilePath& store_path);
+ explicit RlzValueStoreChromeOS(const base::FilePath& store_path);
~RlzValueStoreChromeOS() override;
// RlzValueStore overrides:
« no previous file with comments | « no previous file | rlz/chromeos/lib/rlz_value_store_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698