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

Side by Side Diff: chrome/browser/chromeos/frame/dom_browser.h

Issue 6726022: Refactored DOMBrowser files to be under chromeos/frame instead of chromeos/webui/login/browser. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/chromeos/frame/dom_browser.cc » ('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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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_CHROMEOS_WEBUI_LOGIN_BROWSER_DOM_BROWSER_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_FRAME_DOM_BROWSER_H_
6 #define CHROME_BROWSER_CHROMEOS_WEBUI_LOGIN_BROWSER_DOM_BROWSER_H_ 6 #define CHROME_BROWSER_CHROMEOS_FRAME_DOM_BROWSER_H_
7 #pragma once 7 #pragma once
8 8
9 #include "base/basictypes.h" 9 #include "base/basictypes.h"
10 #include "chrome/browser/ui/browser.h" 10 #include "chrome/browser/ui/browser.h"
11 11
12 class Profile; 12 class Profile;
13 13
14 namespace chromeos { 14 namespace chromeos {
15 15
16 // DOMBrowser is an alternate implementation of Browser that is used to display 16 // DOMBrowser is an alternate implementation of Browser that is used to display
(...skipping 12 matching lines...) Expand all
29 protected: 29 protected:
30 // Creates Window for DOMBrowser. 30 // Creates Window for DOMBrowser.
31 virtual BrowserWindow* CreateBrowserWindow(); 31 virtual BrowserWindow* CreateBrowserWindow();
32 32
33 private: 33 private:
34 DISALLOW_COPY_AND_ASSIGN(DOMBrowser); 34 DISALLOW_COPY_AND_ASSIGN(DOMBrowser);
35 }; 35 };
36 36
37 } // namespace chromeos 37 } // namespace chromeos
38 38
39 #endif // CHROME_BROWSER_CHROMEOS_WEBUI_LOGIN_BROWSER_DOM_BROWSER_H_ 39 #endif // CHROME_BROWSER_CHROMEOS_FRAME_DOM_BROWSER_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/frame/dom_browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698