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

Side by Side Diff: chrome/browser/bookmarks/bookmark_drag_data.h

Issue 3179017: FBTF: Remove "obviously" unneeded standard C++ library #includes. (Closed)
Patch Set: fixed mac oopsie Created 10 years, 4 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
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 #ifndef CHROME_BROWSER_BOOKMARKS_BOOKMARK_DRAG_DATA_H_ 5 #ifndef CHROME_BROWSER_BOOKMARKS_BOOKMARK_DRAG_DATA_H_
6 #define CHROME_BROWSER_BOOKMARKS_BOOKMARK_DRAG_DATA_H_ 6 #define CHROME_BROWSER_BOOKMARKS_BOOKMARK_DRAG_DATA_H_
7 #pragma once 7 #pragma once
8 8
9 #include <string>
10 #include <vector> 9 #include <vector>
11 10
12 #include "base/file_path.h" 11 #include "base/file_path.h"
13 #include "base/string16.h" 12 #include "base/string16.h"
14 #include "googleurl/src/gurl.h" 13 #include "googleurl/src/gurl.h"
15 14
16 #if defined(TOOLKIT_VIEWS) 15 #if defined(TOOLKIT_VIEWS)
17 #include "app/os_exchange_data.h" 16 #include "app/os_exchange_data.h"
18 #endif 17 #endif
19 18
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 static const char* kClipboardFormatString; 158 static const char* kClipboardFormatString;
160 159
161 static bool ClipboardContainsBookmarks(); 160 static bool ClipboardContainsBookmarks();
162 161
163 private: 162 private:
164 // Path of the profile we originated from. 163 // Path of the profile we originated from.
165 FilePath::StringType profile_path_; 164 FilePath::StringType profile_path_;
166 }; 165 };
167 166
168 #endif // CHROME_BROWSER_BOOKMARKS_BOOKMARK_DRAG_DATA_H_ 167 #endif // CHROME_BROWSER_BOOKMARKS_BOOKMARK_DRAG_DATA_H_
OLDNEW
« no previous file with comments | « chrome/browser/automation/url_request_automation_job.h ('k') | chrome/browser/browsing_data_appcache_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698