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

Side by Side Diff: chrome/test/test_location_bar.h

Issue 3043030: Move browser/first_run* into into a subdirectory. (Closed)
Patch Set: 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
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_TEST_TEST_LOCATION_BAR_H_ 5 #ifndef CHROME_TEST_TEST_LOCATION_BAR_H_
6 #define CHROME_TEST_TEST_LOCATION_BAR_H_ 6 #define CHROME_TEST_TEST_LOCATION_BAR_H_
7 #pragma once 7 #pragma once
8 8
9 #include "chrome/browser/first_run.h" 9 #include "chrome/browser/first_run/first_run.h"
10 #include "chrome/browser/location_bar.h" 10 #include "chrome/browser/location_bar.h"
11 #include "chrome/common/page_transition_types.h" 11 #include "chrome/common/page_transition_types.h"
12 #include "webkit/glue/window_open_disposition.h" 12 #include "webkit/glue/window_open_disposition.h"
13 13
14 class TestLocationBar : public LocationBar { 14 class TestLocationBar : public LocationBar {
15 public: 15 public:
16 TestLocationBar() 16 TestLocationBar()
17 : disposition_(CURRENT_TAB), 17 : disposition_(CURRENT_TAB),
18 transition_(PageTransition::LINK) { 18 transition_(PageTransition::LINK) {
19 } 19 }
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 // interface. 59 // interface.
60 std::wstring input_string_; 60 std::wstring input_string_;
61 WindowOpenDisposition disposition_; 61 WindowOpenDisposition disposition_;
62 PageTransition::Type transition_; 62 PageTransition::Type transition_;
63 63
64 DISALLOW_COPY_AND_ASSIGN(TestLocationBar); 64 DISALLOW_COPY_AND_ASSIGN(TestLocationBar);
65 }; 65 };
66 66
67 67
68 #endif // CHROME_TEST_TEST_LOCATION_BAR_H_ 68 #endif // CHROME_TEST_TEST_LOCATION_BAR_H_
OLDNEW
« chrome/browser/importer/toolbar_importer_unittest.cc ('K') | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698