Index: chrome/browser/prefs/pref_member.h |
=================================================================== |
--- chrome/browser/prefs/pref_member.h (revision 124292) |
+++ chrome/browser/prefs/pref_member.h (working copy) |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
// |
@@ -29,6 +29,7 @@ |
#include "base/basictypes.h" |
#include "base/file_path.h" |
+#include "base/logging.h" |
#include "base/memory/ref_counted.h" |
#include "base/values.h" |
#include "content/public/browser/browser_thread.h" |
@@ -115,8 +116,8 @@ |
virtual Internal* internal() const = 0; |
- // Ordered the members to compact the class instance. |
private: |
+ // Ordered the members to compact the class instance. |
std::string pref_name_; |
content::NotificationObserver* observer_; |
PrefService* prefs_; |