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

Unified Diff: chrome/browser/browser.vcproj

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/bookmarks/bookmark_storage.cc ('k') | chrome/browser/dom_ui/new_tab_ui.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser.vcproj
===================================================================
--- chrome/browser/browser.vcproj (revision 1903)
+++ chrome/browser/browser.vcproj (working copy)
@@ -799,7 +799,7 @@
</File>
</Filter>
<Filter
- Name="Bookmark Bar"
+ Name="Bookmarks"
>
<File
RelativePath=".\bookmark_bar_context_menu_controller.cc"
@@ -810,27 +810,27 @@
>
</File>
<File
- RelativePath=".\bookmark_bar_model.cc"
+ RelativePath=".\bookmarks\bookmark_bar_model.cc"
>
</File>
<File
- RelativePath=".\bookmark_bar_model.h"
+ RelativePath=".\bookmarks\bookmark_bar_model.h"
>
</File>
<File
- RelativePath=".\bookmark_codec.cc"
+ RelativePath=".\bookmarks\bookmark_codec.cc"
>
</File>
<File
- RelativePath=".\bookmark_codec.h"
+ RelativePath=".\bookmarks\bookmark_codec.h"
>
</File>
<File
- RelativePath=".\bookmark_drag_data.cc"
+ RelativePath=".\bookmarks\bookmark_drag_data.cc"
>
</File>
<File
- RelativePath=".\bookmark_drag_data.h"
+ RelativePath=".\bookmarks\bookmark_drag_data.h"
>
</File>
<File
@@ -838,11 +838,11 @@
>
</File>
<File
- RelativePath=".\bookmark_storage.cc"
+ RelativePath=".\bookmarks\bookmark_storage.cc"
>
</File>
<File
- RelativePath=".\bookmark_storage.h"
+ RelativePath=".\bookmarks\bookmark_storage.h"
>
</File>
</Filter>
« no previous file with comments | « chrome/browser/bookmarks/bookmark_storage.cc ('k') | chrome/browser/dom_ui/new_tab_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698