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

Side by Side Diff: chrome/browser/dom_ui/history_ui.h

Issue 274040: More style nits. (Closed)
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
OLDNEW
1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 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_DOM_UI_HISTORY_UI_H_ 5 #ifndef CHROME_BROWSER_DOM_UI_HISTORY_UI_H_
6 #define CHROME_BROWSER_DOM_UI_HISTORY_UI_H_ 6 #define CHROME_BROWSER_DOM_UI_HISTORY_UI_H_
7 7
8 #include <string>
8 #include <vector> 9 #include <vector>
9 10
10 #include "chrome/browser/browsing_data_remover.h" 11 #include "chrome/browser/browsing_data_remover.h"
11 #include "chrome/browser/dom_ui/chrome_url_data_manager.h" 12 #include "chrome/browser/dom_ui/chrome_url_data_manager.h"
12 #include "chrome/browser/dom_ui/dom_ui.h" 13 #include "chrome/browser/dom_ui/dom_ui.h"
13 #include "chrome/browser/cancelable_request.h" 14 #include "chrome/browser/cancelable_request.h"
14 #include "chrome/browser/history/history.h" 15 #include "chrome/browser/history/history.h"
15 #include "chrome/common/notification_registrar.h" 16 #include "chrome/common/notification_registrar.h"
16 17
17 class GURL; 18 class GURL;
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 // Return the URL for a given search term. 95 // Return the URL for a given search term.
95 static const GURL GetHistoryURLWithSearchText(const std::wstring& text); 96 static const GURL GetHistoryURLWithSearchText(const std::wstring& text);
96 97
97 static bool GetFaviconResourceBytes(std::vector<unsigned char>* bytes); 98 static bool GetFaviconResourceBytes(std::vector<unsigned char>* bytes);
98 99
99 private: 100 private:
100 DISALLOW_COPY_AND_ASSIGN(HistoryUI); 101 DISALLOW_COPY_AND_ASSIGN(HistoryUI);
101 }; 102 };
102 103
103 #endif // CHROME_BROWSER_DOM_UI_HISTORY_UI_H_ 104 #endif // CHROME_BROWSER_DOM_UI_HISTORY_UI_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698