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

Side by Side Diff: chrome/browser/ui/webui/suggestions_internals/suggestions_internals_ui_handler.h

Issue 11087021: Cleanup: IWYU for base/time.h. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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_UI_WEBUI_SUGGESTIONS_INTERNALS_SUGGESTIONS_INTERNALS_UI_H ANDLER_H_ 5 #ifndef CHROME_BROWSER_UI_WEBUI_SUGGESTIONS_INTERNALS_SUGGESTIONS_INTERNALS_UI_H ANDLER_H_
6 #define CHROME_BROWSER_UI_WEBUI_SUGGESTIONS_INTERNALS_SUGGESTIONS_INTERNALS_UI_H ANDLER_H_ 6 #define CHROME_BROWSER_UI_WEBUI_SUGGESTIONS_INTERNALS_SUGGESTIONS_INTERNALS_UI_H ANDLER_H_
7 7
8 #include "base/memory/scoped_ptr.h" 8 #include "base/memory/scoped_ptr.h"
9 #include "base/time.h"
10 #include "chrome/browser/ui/webui/ntp/suggestions_combiner.h" 9 #include "chrome/browser/ui/webui/ntp/suggestions_combiner.h"
11 #include "content/public/browser/web_ui_message_handler.h" 10 #include "content/public/browser/web_ui_message_handler.h"
12 11
13 class Profile; 12 class Profile;
14 13
15 namespace base { 14 namespace base {
16 class ListValue; 15 class ListValue;
17 } 16 }
18 17
19 // UI Handler for chrome://suggestions-internals/ 18 // UI Handler for chrome://suggestions-internals/
(...skipping 15 matching lines...) Expand all
35 34
36 // Used to combine suggestions from various sources. 35 // Used to combine suggestions from various sources.
37 scoped_ptr<SuggestionsCombiner> suggestions_combiner_; 36 scoped_ptr<SuggestionsCombiner> suggestions_combiner_;
38 37
39 Profile* profile_; 38 Profile* profile_;
40 39
41 DISALLOW_COPY_AND_ASSIGN(SuggestionsInternalsUIHandler); 40 DISALLOW_COPY_AND_ASSIGN(SuggestionsInternalsUIHandler);
42 }; 41 };
43 42
44 #endif // CHROME_BROWSER_UI_WEBUI_SUGGESTIONS_INTERNALS_SUGGESTIONS_INTERNALS_U I_HANDLER_H_ 43 #endif // CHROME_BROWSER_UI_WEBUI_SUGGESTIONS_INTERNALS_SUGGESTIONS_INTERNALS_U I_HANDLER_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/panels/panel_window_controller_cocoa.h ('k') | chrome/renderer/spellchecker/spellcheck.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698