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

Unified Diff: chrome/browser/value_store/failing_value_store.h

Issue 10545128: Unrevert r141537: Add extensions::StateStore and use that instead of (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix.crash Created 8 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/value_store/failing_value_store.h
diff --git a/chrome/browser/value_store/failing_value_store.h b/chrome/browser/value_store/failing_value_store.h
index f1887bcc347e0a40d31b5dfac2ddadcecf1a3ab7..5f07359fc8f8b2f435964c11c90556004a65b6d4 100644
--- a/chrome/browser/value_store/failing_value_store.h
+++ b/chrome/browser/value_store/failing_value_store.h
@@ -10,9 +10,9 @@
#include "chrome/browser/value_store/value_store.h"
// Settings storage area which fails every request.
-class FailingSettingsStorage : public ValueStore {
+class FailingValueStore : public ValueStore {
public:
- FailingSettingsStorage() {}
+ FailingValueStore() {}
// ValueStore implementation.
virtual size_t GetBytesInUse(const std::string& key) OVERRIDE;
@@ -32,7 +32,7 @@ class FailingSettingsStorage : public ValueStore {
virtual WriteResult Clear() OVERRIDE;
private:
- DISALLOW_COPY_AND_ASSIGN(FailingSettingsStorage);
+ DISALLOW_COPY_AND_ASSIGN(FailingValueStore);
};
#endif // CHROME_BROWSER_VALUE_STORE_FAILING_VALUE_STORE_H_
« no previous file with comments | « chrome/browser/value_store/caching_value_store_unittest.cc ('k') | chrome/browser/value_store/failing_value_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698