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

Unified Diff: extensions/browser/extension_prefs.h

Issue 247143004: cleanup: Cpplint for apps/, extensions/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CHECK_GT -> CHECK Created 6 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 | « extensions/browser/extension_message_filter.h ('k') | extensions/browser/extension_prefs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/extension_prefs.h
diff --git a/extensions/browser/extension_prefs.h b/extensions/browser/extension_prefs.h
index 4ff16a578adacb50652c5f78c72d815e16620099..90a9b835d5d3fda032741b75b2df1d4290a2badd 100644
--- a/extensions/browser/extension_prefs.h
+++ b/extensions/browser/extension_prefs.h
@@ -113,11 +113,11 @@ class ExtensionPrefs : public ExtensionScopedPrefs, public KeyedService {
virtual T* Create();
private:
- DISALLOW_COPY_AND_ASSIGN(ScopedUpdate);
-
DictionaryPrefUpdate update_;
const std::string extension_id_;
const std::string key_;
+
+ DISALLOW_COPY_AND_ASSIGN(ScopedUpdate);
};
typedef ScopedUpdate<base::DictionaryValue, base::Value::TYPE_DICTIONARY>
ScopedDictionaryUpdate;
« no previous file with comments | « extensions/browser/extension_message_filter.h ('k') | extensions/browser/extension_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698