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

Unified Diff: chrome/browser/prefs/pref_member.h

Issue 9558012: Cleanup: IWYU for BrowserThread. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix win Created 8 years, 10 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/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_;

Powered by Google App Engine
This is Rietveld 408576698