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

Side by Side Diff: chrome/browser/bookmarks/bookmark_utils.cc

Issue 260003: Move the clipboard stuff out of base and into app/clipboard. I renamed... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 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 #include "chrome/browser/bookmarks/bookmark_utils.h" 5 #include "chrome/browser/bookmarks/bookmark_utils.h"
6 6
7 #include "app/clipboard/clipboard.h"
7 #include "app/drag_drop_types.h" 8 #include "app/drag_drop_types.h"
8 #include "app/l10n_util.h" 9 #include "app/l10n_util.h"
9 #include "app/tree_node_iterator.h" 10 #include "app/tree_node_iterator.h"
10 #include "base/basictypes.h" 11 #include "base/basictypes.h"
11 #include "base/clipboard.h"
12 #include "base/string_util.h" 12 #include "base/string_util.h"
13 #include "base/time.h" 13 #include "base/time.h"
14 #include "chrome/browser/bookmarks/bookmark_drag_data.h" 14 #include "chrome/browser/bookmarks/bookmark_drag_data.h"
15 #include "chrome/browser/bookmarks/bookmark_model.h" 15 #include "chrome/browser/bookmarks/bookmark_model.h"
16 #include "chrome/browser/browser.h" 16 #include "chrome/browser/browser.h"
17 #include "chrome/browser/browser_list.h" 17 #include "chrome/browser/browser_list.h"
18 #include "chrome/browser/browser_process.h" 18 #include "chrome/browser/browser_process.h"
19 #include "chrome/browser/browser_window.h" 19 #include "chrome/browser/browser_window.h"
20 #include "chrome/browser/history/query_parser.h" 20 #include "chrome/browser/history/query_parser.h"
21 #include "chrome/browser/profile.h" 21 #include "chrome/browser/profile.h"
(...skipping 585 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 607
608 // Formerly in BookmarkTableView 608 // Formerly in BookmarkTableView
609 prefs->RegisterIntegerPref(prefs::kBookmarkTableNameWidth1, -1); 609 prefs->RegisterIntegerPref(prefs::kBookmarkTableNameWidth1, -1);
610 prefs->RegisterIntegerPref(prefs::kBookmarkTableURLWidth1, -1); 610 prefs->RegisterIntegerPref(prefs::kBookmarkTableURLWidth1, -1);
611 prefs->RegisterIntegerPref(prefs::kBookmarkTableNameWidth2, -1); 611 prefs->RegisterIntegerPref(prefs::kBookmarkTableNameWidth2, -1);
612 prefs->RegisterIntegerPref(prefs::kBookmarkTableURLWidth2, -1); 612 prefs->RegisterIntegerPref(prefs::kBookmarkTableURLWidth2, -1);
613 prefs->RegisterIntegerPref(prefs::kBookmarkTablePathWidth, -1); 613 prefs->RegisterIntegerPref(prefs::kBookmarkTablePathWidth, -1);
614 } 614 }
615 615
616 } // namespace bookmark_utils 616 } // namespace bookmark_utils
OLDNEW
« no previous file with comments | « chrome/browser/bookmarks/bookmark_drag_data.cc ('k') | chrome/browser/bookmarks/bookmark_utils_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698