Index: chrome/browser/bookmarks/bookmark_utils.cc |
=================================================================== |
--- chrome/browser/bookmarks/bookmark_utils.cc (revision 27849) |
+++ chrome/browser/bookmarks/bookmark_utils.cc (working copy) |
@@ -1,14 +1,14 @@ |
-// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2009 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
#include "chrome/browser/bookmarks/bookmark_utils.h" |
+#include "app/clipboard/clipboard.h" |
#include "app/drag_drop_types.h" |
#include "app/l10n_util.h" |
#include "app/tree_node_iterator.h" |
#include "base/basictypes.h" |
-#include "base/clipboard.h" |
#include "base/string_util.h" |
#include "base/time.h" |
#include "chrome/browser/bookmarks/bookmark_drag_data.h" |