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

Side by Side Diff: chrome/browser/ui/ash/chrome_new_window_delegate.h

Issue 2192613002: Moves NewWindowDelegate to ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: order Created 4 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 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_BROWSER_UI_ASH_CHROME_NEW_WINDOW_DELEGATE_H_ 5 #ifndef CHROME_BROWSER_UI_ASH_CHROME_NEW_WINDOW_DELEGATE_H_
6 #define CHROME_BROWSER_UI_ASH_CHROME_NEW_WINDOW_DELEGATE_H_ 6 #define CHROME_BROWSER_UI_ASH_CHROME_NEW_WINDOW_DELEGATE_H_
7 7
8 #include <memory> 8 #include <memory>
9 9
10 #include "ash/new_window_delegate.h" 10 #include "ash/common/new_window_delegate.h"
11 #include "base/compiler_specific.h" 11 #include "base/compiler_specific.h"
12 #include "base/macros.h" 12 #include "base/macros.h"
13 13
14 class Browser; 14 class Browser;
15 15
16 class ChromeNewWindowDelegate : public ash::NewWindowDelegate { 16 class ChromeNewWindowDelegate : public ash::NewWindowDelegate {
17 public: 17 public:
18 ChromeNewWindowDelegate(); 18 ChromeNewWindowDelegate();
19 ~ChromeNewWindowDelegate() override; 19 ~ChromeNewWindowDelegate() override;
20 20
(...skipping 10 matching lines...) Expand all
31 31
32 private: 32 private:
33 class TabRestoreHelper; 33 class TabRestoreHelper;
34 34
35 std::unique_ptr<TabRestoreHelper> tab_restore_helper_; 35 std::unique_ptr<TabRestoreHelper> tab_restore_helper_;
36 36
37 DISALLOW_COPY_AND_ASSIGN(ChromeNewWindowDelegate); 37 DISALLOW_COPY_AND_ASSIGN(ChromeNewWindowDelegate);
38 }; 38 };
39 39
40 #endif // CHROME_BROWSER_UI_ASH_CHROME_NEW_WINDOW_DELEGATE_H_ 40 #endif // CHROME_BROWSER_UI_ASH_CHROME_NEW_WINDOW_DELEGATE_H_
OLDNEW
« no previous file with comments | « ash/test/test_shell_delegate.cc ('k') | chrome/browser/ui/ash/chrome_new_window_delegate_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698