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

Side by Side Diff: chrome/test/data/webui/history_ui_browsertest.h

Issue 1548153002: Switch to standard integer types in chrome/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 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 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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_DATA_WEBUI_HISTORY_UI_BROWSERTEST_H_ 5 #ifndef CHROME_TEST_DATA_WEBUI_HISTORY_UI_BROWSERTEST_H_
6 #define CHROME_TEST_DATA_WEBUI_HISTORY_UI_BROWSERTEST_H_ 6 #define CHROME_TEST_DATA_WEBUI_HISTORY_UI_BROWSERTEST_H_
7 7
8 #include "base/time/time.h" 8 #include "base/time/time.h"
9 9
10 #include "base/macros.h"
10 #include "chrome/test/base/web_ui_browser_test.h" 11 #include "chrome/test/base/web_ui_browser_test.h"
11 12
12 namespace history { 13 namespace history {
13 class HistoryService; 14 class HistoryService;
14 } 15 }
15 16
16 class HistoryUIBrowserTest : public WebUIBrowserTest { 17 class HistoryUIBrowserTest : public WebUIBrowserTest {
17 public: 18 public:
18 HistoryUIBrowserTest(); 19 HistoryUIBrowserTest();
19 ~HistoryUIBrowserTest() override; 20 ~HistoryUIBrowserTest() override;
(...skipping 19 matching lines...) Expand all
39 // The time from which entries added via AddPageToHistory() will be offset. 40 // The time from which entries added via AddPageToHistory() will be offset.
40 base::Time baseline_time_; 41 base::Time baseline_time_;
41 42
42 // Counter used to generate a unique ID for each page added to the history. 43 // Counter used to generate a unique ID for each page added to the history.
43 int nav_entry_id_; 44 int nav_entry_id_;
44 45
45 DISALLOW_COPY_AND_ASSIGN(HistoryUIBrowserTest); 46 DISALLOW_COPY_AND_ASSIGN(HistoryUIBrowserTest);
46 }; 47 };
47 48
48 #endif // CHROME_TEST_DATA_WEBUI_HISTORY_UI_BROWSERTEST_H_ 49 #endif // CHROME_TEST_DATA_WEBUI_HISTORY_UI_BROWSERTEST_H_
OLDNEW
« no previous file with comments | « chrome/test/data/webui/chrome_send_browsertest.h ('k') | chrome/test/data/webui/ntp4_browsertest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698