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

Side by Side Diff: chrome/test/base/ui_test_utils.h

Issue 12036003: Move window_open_disposition.h from webkit/ into ui/base. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win Created 7 years, 11 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
« no previous file with comments | « chrome/test/base/test_location_bar.h ('k') | components/web_contents_delegate_android/DEPS » ('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) 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_TEST_BASE_UI_TEST_UTILS_H_ 5 #ifndef CHROME_TEST_BASE_UI_TEST_UTILS_H_
6 #define CHROME_TEST_BASE_UI_TEST_UTILS_H_ 6 #define CHROME_TEST_BASE_UI_TEST_UTILS_H_
7 7
8 #include <map> 8 #include <map>
9 #include <queue> 9 #include <queue>
10 #include <set> 10 #include <set>
11 #include <string> 11 #include <string>
12 #include <vector> 12 #include <vector>
13 13
14 #include "base/basictypes.h" 14 #include "base/basictypes.h"
15 #include "base/memory/ref_counted.h" 15 #include "base/memory/ref_counted.h"
16 #include "base/string16.h" 16 #include "base/string16.h"
17 #include "chrome/browser/history/history.h" 17 #include "chrome/browser/history/history.h"
18 #include "content/public/browser/notification_details.h" 18 #include "content/public/browser/notification_details.h"
19 #include "content/public/browser/notification_observer.h" 19 #include "content/public/browser/notification_observer.h"
20 #include "content/public/browser/notification_registrar.h" 20 #include "content/public/browser/notification_registrar.h"
21 #include "content/public/browser/notification_source.h" 21 #include "content/public/browser/notification_source.h"
22 #include "content/public/test/test_utils.h" 22 #include "content/public/test/test_utils.h"
23 #include "googleurl/src/gurl.h" 23 #include "googleurl/src/gurl.h"
24 #include "testing/gtest/include/gtest/gtest.h" 24 #include "testing/gtest/include/gtest/gtest.h"
25 #include "ui/base/keycodes/keyboard_codes.h" 25 #include "ui/base/keycodes/keyboard_codes.h"
26 #include "ui/base/window_open_disposition.h"
26 #include "ui/gfx/native_widget_types.h" 27 #include "ui/gfx/native_widget_types.h"
27 #include "webkit/glue/window_open_disposition.h"
28 28
29 class AppModalDialog; 29 class AppModalDialog;
30 class BookmarkModel; 30 class BookmarkModel;
31 class Browser; 31 class Browser;
32 class FilePath; 32 class FilePath;
33 class LocationBar; 33 class LocationBar;
34 class Profile; 34 class Profile;
35 class SkBitmap; 35 class SkBitmap;
36 class TemplateURLService; 36 class TemplateURLService;
37 37
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 std::vector<GURL> urls_; 304 std::vector<GURL> urls_;
305 305
306 CancelableRequestConsumer consumer_; 306 CancelableRequestConsumer consumer_;
307 307
308 DISALLOW_COPY_AND_ASSIGN(HistoryEnumerator); 308 DISALLOW_COPY_AND_ASSIGN(HistoryEnumerator);
309 }; 309 };
310 310
311 } // namespace ui_test_utils 311 } // namespace ui_test_utils
312 312
313 #endif // CHROME_TEST_BASE_UI_TEST_UTILS_H_ 313 #endif // CHROME_TEST_BASE_UI_TEST_UTILS_H_
OLDNEW
« no previous file with comments | « chrome/test/base/test_location_bar.h ('k') | components/web_contents_delegate_android/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698