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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/chromeos/frame/dom_browser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/frame/dom_browser.h
diff --git a/chrome/browser/chromeos/webui/login/browser/dom_browser.h b/chrome/browser/chromeos/frame/dom_browser.h
similarity index 83%
rename from chrome/browser/chromeos/webui/login/browser/dom_browser.h
rename to chrome/browser/chromeos/frame/dom_browser.h
index fb8799d2afddbe1e327b729029f4c8e083955dee..b015b031723dca5b5f1ad6dadf83a79dad0248ee 100644
--- a/chrome/browser/chromeos/webui/login/browser/dom_browser.h
+++ b/chrome/browser/chromeos/frame/dom_browser.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_CHROMEOS_WEBUI_LOGIN_BROWSER_DOM_BROWSER_H_
-#define CHROME_BROWSER_CHROMEOS_WEBUI_LOGIN_BROWSER_DOM_BROWSER_H_
+#ifndef CHROME_BROWSER_CHROMEOS_FRAME_DOM_BROWSER_H_
+#define CHROME_BROWSER_CHROMEOS_FRAME_DOM_BROWSER_H_
#pragma once
#include "base/basictypes.h"
@@ -36,4 +36,4 @@ class DOMBrowser : public Browser {
} // namespace chromeos
-#endif // CHROME_BROWSER_CHROMEOS_WEBUI_LOGIN_BROWSER_DOM_BROWSER_H_
+#endif // CHROME_BROWSER_CHROMEOS_FRAME_DOM_BROWSER_H_
« 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