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

Side by Side Diff: content/browser/webui/web_ui.h

Issue 6672070: Move the remaining files in chrome\common to content\common. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 CONTENT_BROWSER_WEBUI_WEB_UI_H_ 5 #ifndef CONTENT_BROWSER_WEBUI_WEB_UI_H_
6 #define CONTENT_BROWSER_WEBUI_WEB_UI_H_ 6 #define CONTENT_BROWSER_WEBUI_WEB_UI_H_
7 #pragma once 7 #pragma once
8 8
9 #include <map> 9 #include <map>
10 #include <string> 10 #include <string>
11 #include <vector> 11 #include <vector>
12 12
13 #include "base/callback.h" 13 #include "base/callback.h"
14 #include "base/string16.h" 14 #include "base/string16.h"
15 #include "chrome/common/page_transition_types.h" 15 #include "content/common/page_transition_types.h"
16 16
17 class DictionaryValue; 17 class DictionaryValue;
18 class WebUIMessageHandler; 18 class WebUIMessageHandler;
19 class GURL; 19 class GURL;
20 class ListValue; 20 class ListValue;
21 class Profile; 21 class Profile;
22 class RenderViewHost; 22 class RenderViewHost;
23 class TabContents; 23 class TabContents;
24 class Value; 24 class Value;
25 struct ViewHostMsg_DomMessage_Params; 25 struct ViewHostMsg_DomMessage_Params;
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 // Extract a string value from a list Value. 213 // Extract a string value from a list Value.
214 string16 ExtractStringValue(const ListValue* value); 214 string16 ExtractStringValue(const ListValue* value);
215 215
216 WebUI* web_ui_; 216 WebUI* web_ui_;
217 217
218 private: 218 private:
219 DISALLOW_COPY_AND_ASSIGN(WebUIMessageHandler); 219 DISALLOW_COPY_AND_ASSIGN(WebUIMessageHandler);
220 }; 220 };
221 221
222 #endif // CONTENT_BROWSER_WEBUI_WEB_UI_H_ 222 #endif // CONTENT_BROWSER_WEBUI_WEB_UI_H_
OLDNEW
« no previous file with comments | « content/browser/tab_contents/test_tab_contents.cc ('k') | content/browser/worker_host/worker_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698