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

Unified Diff: chrome/browser/external_tab/external_tab_container_win.h

Issue 9959051: Move ExternalTabContainer into a directory with an OWNERS file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removing wstring. Beating a small red car with a branch. Created 8 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 | « chrome/browser/external_tab/OWNERS ('k') | chrome/browser/external_tab/external_tab_container_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/external_tab/external_tab_container_win.h
diff --git a/chrome/browser/external_tab_container_win.h b/chrome/browser/external_tab/external_tab_container_win.h
similarity index 98%
rename from chrome/browser/external_tab_container_win.h
rename to chrome/browser/external_tab/external_tab_container_win.h
index 7f76a2881c9b302196ee418c6cc8abc64cc1fb04..ed6f20fa92b4bbf47efcf880e2cbd91a701d7bd4 100644
--- a/chrome/browser/external_tab_container_win.h
+++ b/chrome/browser/external_tab/external_tab_container_win.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_EXTERNAL_TAB_CONTAINER_WIN_H_
-#define CHROME_BROWSER_EXTERNAL_TAB_CONTAINER_WIN_H_
+#ifndef CHROME_BROWSER_EXTERNAL_TAB_EXTERNAL_TAB_CONTAINER_WIN_H_
+#define CHROME_BROWSER_EXTERNAL_TAB_EXTERNAL_TAB_CONTAINER_WIN_H_
#pragma once
#include <map>
@@ -422,4 +422,4 @@ class TemporaryPopupExternalTabContainer : public ExternalTabContainer {
}
};
-#endif // CHROME_BROWSER_EXTERNAL_TAB_CONTAINER_WIN_H_
+#endif // CHROME_BROWSER_EXTERNAL_TAB_EXTERNAL_TAB_CONTAINER_WIN_H_
« no previous file with comments | « chrome/browser/external_tab/OWNERS ('k') | chrome/browser/external_tab/external_tab_container_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698