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

Side by Side Diff: ui/web_dialogs/test/test_web_dialog_delegate.h

Issue 832953002: Cleanup: Update the path to gfx size headers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 5 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
« no previous file with comments | « ui/views/window/window_shape.cc ('k') | ui/wm/core/image_grid.h » ('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 UI_WEB_DIALOGS_TEST_TEST_WEB_DIALOG_DELEGATE_H_ 5 #ifndef UI_WEB_DIALOGS_TEST_TEST_WEB_DIALOG_DELEGATE_H_
6 #define UI_WEB_DIALOGS_TEST_TEST_WEB_DIALOG_DELEGATE_H_ 6 #define UI_WEB_DIALOGS_TEST_TEST_WEB_DIALOG_DELEGATE_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/compiler_specific.h" 10 #include "base/compiler_specific.h"
11 #include "ui/gfx/size.h" 11 #include "ui/gfx/geometry/size.h"
12 #include "ui/web_dialogs/web_dialog_delegate.h" 12 #include "ui/web_dialogs/web_dialog_delegate.h"
13 #include "url/gurl.h" 13 #include "url/gurl.h"
14 14
15 namespace ui { 15 namespace ui {
16 namespace test { 16 namespace test {
17 17
18 class TestWebDialogDelegate : public WebDialogDelegate { 18 class TestWebDialogDelegate : public WebDialogDelegate {
19 public: 19 public:
20 explicit TestWebDialogDelegate(const GURL& url); 20 explicit TestWebDialogDelegate(const GURL& url);
21 ~TestWebDialogDelegate() override; 21 ~TestWebDialogDelegate() override;
(...skipping 19 matching lines...) Expand all
41 const GURL url_; 41 const GURL url_;
42 gfx::Size size_; 42 gfx::Size size_;
43 43
44 DISALLOW_COPY_AND_ASSIGN(TestWebDialogDelegate); 44 DISALLOW_COPY_AND_ASSIGN(TestWebDialogDelegate);
45 }; 45 };
46 46
47 } // namespace test 47 } // namespace test
48 } // namespace ui 48 } // namespace ui
49 49
50 #endif // UI_WEB_DIALOGS_TEST_TEST_WEB_DIALOG_DELEGATE_H_ 50 #endif // UI_WEB_DIALOGS_TEST_TEST_WEB_DIALOG_DELEGATE_H_
OLDNEW
« no previous file with comments | « ui/views/window/window_shape.cc ('k') | ui/wm/core/image_grid.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698