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

Side by Side Diff: components/omnibox/browser/omnibox_edit_controller.h

Issue 1551433002: Switch to standard integer types in components/, part 3 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more 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 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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 COMPONENTS_OMNIBOX_BROWSER_OMNIBOX_EDIT_CONTROLLER_H_ 5 #ifndef COMPONENTS_OMNIBOX_BROWSER_OMNIBOX_EDIT_CONTROLLER_H_
6 #define COMPONENTS_OMNIBOX_BROWSER_OMNIBOX_EDIT_CONTROLLER_H_ 6 #define COMPONENTS_OMNIBOX_BROWSER_OMNIBOX_EDIT_CONTROLLER_H_
7 7
8 #include "base/macros.h"
8 #include "base/strings/string16.h" 9 #include "base/strings/string16.h"
9 #include "ui/base/page_transition_types.h" 10 #include "ui/base/page_transition_types.h"
10 #include "ui/base/window_open_disposition.h" 11 #include "ui/base/window_open_disposition.h"
11 #include "url/gurl.h" 12 #include "url/gurl.h"
12 13
13 class ToolbarModel; 14 class ToolbarModel;
14 15
15 namespace gfx { 16 namespace gfx {
16 class Image; 17 class Image;
17 } 18 }
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 private: 50 private:
50 // The details necessary to open the user's desired omnibox match. 51 // The details necessary to open the user's desired omnibox match.
51 GURL destination_url_; 52 GURL destination_url_;
52 WindowOpenDisposition disposition_; 53 WindowOpenDisposition disposition_;
53 ui::PageTransition transition_; 54 ui::PageTransition transition_;
54 55
55 DISALLOW_COPY_AND_ASSIGN(OmniboxEditController); 56 DISALLOW_COPY_AND_ASSIGN(OmniboxEditController);
56 }; 57 };
57 58
58 #endif // COMPONENTS_OMNIBOX_BROWSER_OMNIBOX_EDIT_CONTROLLER_H_ 59 #endif // COMPONENTS_OMNIBOX_BROWSER_OMNIBOX_EDIT_CONTROLLER_H_
OLDNEW
« no previous file with comments | « components/omnibox/browser/omnibox_controller.h ('k') | components/omnibox/browser/omnibox_edit_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698