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

Unified Diff: chrome/browser/bookmarks/bookmark_bar_model.h

Issue 1868: Moves bookmark related classes into bookmarks directory. There are no... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 3 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 | « chrome/browser/bookmark_storage.cc ('k') | chrome/browser/bookmarks/bookmark_bar_model.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/bookmarks/bookmark_bar_model.h
===================================================================
--- chrome/browser/bookmarks/bookmark_bar_model.h (revision 1899)
+++ chrome/browser/bookmarks/bookmark_bar_model.h (working copy)
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_BOOKMARK_BAR_MODEL_H_
-#define CHROME_BROWSER_BOOKMARK_BAR_MODEL_H_
+#ifndef CHROME_BROWSER_BOOKMARKS_BOOKMARK_BAR_MODEL_H_
+#define CHROME_BROWSER_BOOKMARKS_BOOKMARK_BAR_MODEL_H_
#include "base/lock.h"
#include "base/observer_list.h"
#include "base/scoped_handle.h"
#include "chrome/browser/bookmarks/bookmark_service.h"
-#include "chrome/browser/bookmark_storage.h"
+#include "chrome/browser/bookmarks/bookmark_storage.h"
#include "chrome/browser/cancelable_request.h"
#include "chrome/browser/history/history.h"
#include "chrome/browser/history/history_types.h"
@@ -429,8 +429,7 @@
// Handle to event signaled when loading is done.
ScopedHandle loaded_signal_;
- DISALLOW_EVIL_CONSTRUCTORS(BookmarkBarModel);
+ DISALLOW_COPY_AND_ASSIGN(BookmarkBarModel);
};
-#endif // CHROME_BROWSER_BOOKMARK_BAR_MODEL_H_
-
+#endif // CHROME_BROWSER_BOOKMARKS_BOOKMARK_BAR_MODEL_H_
Property changes on: chrome\browser\bookmarks\bookmark_bar_model.h
___________________________________________________________________
Added: svn:mergeinfo
« no previous file with comments | « chrome/browser/bookmark_storage.cc ('k') | chrome/browser/bookmarks/bookmark_bar_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698