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

Unified Diff: chrome/browser/chooser_controller/chooser_controller.h

Issue 2127883003: Move chooser_controller directory from //components to //chrome/browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase again Created 4 years, 5 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/chooser_controller/README ('k') | chrome/browser/chooser_controller/chooser_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chooser_controller/chooser_controller.h
diff --git a/components/chooser_controller/chooser_controller.h b/chrome/browser/chooser_controller/chooser_controller.h
similarity index 94%
rename from components/chooser_controller/chooser_controller.h
rename to chrome/browser/chooser_controller/chooser_controller.h
index 571ed8cdc2240b3857a52edafb55b43e2004774e..275f02431810e363f886b54a0fced92cc7ae5263 100644
--- a/components/chooser_controller/chooser_controller.h
+++ b/chrome/browser/chooser_controller/chooser_controller.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 COMPONENTS_CHOOSER_CONTROLLER_CHOOSER_CONTROLLER_H_
-#define COMPONENTS_CHOOSER_CONTROLLER_CHOOSER_CONTROLLER_H_
+#ifndef CHROME_BROWSER_CHOOSER_CONTROLLER_CHOOSER_CONTROLLER_H_
+#define CHROME_BROWSER_CHOOSER_CONTROLLER_CHOOSER_CONTROLLER_H_
#include "base/macros.h"
#include "base/strings/string16.h"
@@ -89,4 +89,4 @@ class ChooserController {
DISALLOW_COPY_AND_ASSIGN(ChooserController);
};
-#endif // COMPONENTS_CHOOSER_CONTROLLER_CHOOSER_CONTROLLER_H_
+#endif // CHROME_BROWSER_CHOOSER_CONTROLLER_CHOOSER_CONTROLLER_H_
« no previous file with comments | « chrome/browser/chooser_controller/README ('k') | chrome/browser/chooser_controller/chooser_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698