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

Side by Side Diff: chrome/browser/history/history_publisher.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
« no previous file with comments | « chrome/browser/history/history.h ('k') | chrome/browser/history/in_memory_database.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_HISTORY_HISTORY_PUBLISHER_H_ 5 #ifndef CHROME_BROWSER_HISTORY_HISTORY_PUBLISHER_H_
6 #define CHROME_BROWSER_HISTORY_HISTORY_PUBLISHER_H_ 6 #define CHROME_BROWSER_HISTORY_HISTORY_PUBLISHER_H_
7 #pragma once 7 #pragma once
8 8
9 #include <vector> 9 #include <vector>
10 #include <string>
11 10
12 #include "base/basictypes.h" 11 #include "base/basictypes.h"
13 #include "base/string16.h" 12 #include "base/string16.h"
14 13
15 #if defined(OS_WIN) 14 #if defined(OS_WIN)
16 #include "base/scoped_comptr_win.h" 15 #include "base/scoped_comptr_win.h"
17 #include "history_indexer.h" 16 #include "history_indexer.h"
18 #endif 17 #endif
19 18
20 class GURL; 19 class GURL;
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 75
77 // The format of the thumbnail we pass to indexers. 76 // The format of the thumbnail we pass to indexers.
78 static const char* const kThumbnailImageFormat; 77 static const char* const kThumbnailImageFormat;
79 78
80 DISALLOW_COPY_AND_ASSIGN(HistoryPublisher); 79 DISALLOW_COPY_AND_ASSIGN(HistoryPublisher);
81 }; 80 };
82 81
83 } // namespace history 82 } // namespace history
84 83
85 #endif // CHROME_BROWSER_HISTORY_HISTORY_PUBLISHER_H_ 84 #endif // CHROME_BROWSER_HISTORY_HISTORY_PUBLISHER_H_
OLDNEW
« no previous file with comments | « chrome/browser/history/history.h ('k') | chrome/browser/history/in_memory_database.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698