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

Unified Diff: chrome/browser/bookmarks/bookmark_storage.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
Index: chrome/browser/bookmarks/bookmark_storage.h
===================================================================
--- chrome/browser/bookmarks/bookmark_storage.h (revision 1899)
+++ chrome/browser/bookmarks/bookmark_storage.h (working copy)
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_BOOKMARK_STORAGE_H_
-#define CHROME_BROWSER_BOOKMARK_STORAGE_H_
+#ifndef CHROME_BROWSER_BOOKMARKS_BOOKMARK_STORAGE_H_
+#define CHROME_BROWSER_BOOKMARKS_BOOKMARK_STORAGE_H_
#include "base/ref_counted.h"
#include "base/task.h"
@@ -91,8 +91,7 @@
// Path bookmarks are read from if asked to load from history file.
const std::wstring tmp_history_path_;
- DISALLOW_EVIL_CONSTRUCTORS(BookmarkStorageBackend);
+ DISALLOW_COPY_AND_ASSIGN(BookmarkStorageBackend);
};
-#endif // CHROME_BROWSER_BOOKMARK_STORAGE_H_
-
+#endif // CHROME_BROWSER_BOOKMARKS_BOOKMARK_STORAGE_H_
« no previous file with comments | « chrome/browser/bookmarks/bookmark_drag_data_unittest.cc ('k') | chrome/browser/bookmarks/bookmark_storage.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698