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

Side by Side Diff: chrome/browser/bookmarks/bookmark_expanded_state_tracker.h

Issue 10700155: Remove #pragma once from chrome/browser/{printing,safe_browsing,prefs,bookmarks,autocomplete} (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_BOOKMARKS_BOOKMARK_EXPANDED_STATE_TRACKER_H_ 5 #ifndef CHROME_BROWSER_BOOKMARKS_BOOKMARK_EXPANDED_STATE_TRACKER_H_
6 #define CHROME_BROWSER_BOOKMARKS_BOOKMARK_EXPANDED_STATE_TRACKER_H_ 6 #define CHROME_BROWSER_BOOKMARKS_BOOKMARK_EXPANDED_STATE_TRACKER_H_
7 #pragma once
8 7
9 #include <set> 8 #include <set>
10 9
11 #include "chrome/browser/bookmarks/base_bookmark_model_observer.h" 10 #include "chrome/browser/bookmarks/base_bookmark_model_observer.h"
12 11
13 class BookmarkNode; 12 class BookmarkNode;
14 class Profile; 13 class Profile;
15 14
16 // BookmarkExpandedStateTracker is used to track a set of expanded nodes. The 15 // BookmarkExpandedStateTracker is used to track a set of expanded nodes. The
17 // nodes are persisted in preferences. If an expanded node is removed from the 16 // nodes are persisted in preferences. If an expanded node is removed from the
(...skipping 26 matching lines...) Expand all
44 43
45 Profile* profile_; 44 Profile* profile_;
46 45
47 // Preferences path expanded state is stored under. 46 // Preferences path expanded state is stored under.
48 const char* pref_path_; 47 const char* pref_path_;
49 48
50 DISALLOW_COPY_AND_ASSIGN(BookmarkExpandedStateTracker); 49 DISALLOW_COPY_AND_ASSIGN(BookmarkExpandedStateTracker);
51 }; 50 };
52 51
53 #endif // CHROME_BROWSER_BOOKMARKS_BOOKMARK_EXPANDED_STATE_TRACKER_H_ 52 #endif // CHROME_BROWSER_BOOKMARKS_BOOKMARK_EXPANDED_STATE_TRACKER_H_
OLDNEW
« no previous file with comments | « chrome/browser/bookmarks/bookmark_editor.h ('k') | chrome/browser/bookmarks/bookmark_extension_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698