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

Unified Diff: components/omnibox/common/omnibox_focus_state.h

Issue 1224203003: Componentize //chrome/common/omnibox_focus_state.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@omnibox_component_browser_subdir
Patch Set: Rebase Created 5 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 | « components/omnibox/common/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/common/omnibox_focus_state.h
diff --git a/chrome/common/omnibox_focus_state.h b/components/omnibox/common/omnibox_focus_state.h
similarity index 87%
rename from chrome/common/omnibox_focus_state.h
rename to components/omnibox/common/omnibox_focus_state.h
index 593399d6cc466c286e55848fab80f152f06afd7a..8839d6479a6fb536577e27cfcefa77be08fc12a3 100644
--- a/chrome/common/omnibox_focus_state.h
+++ b/components/omnibox/common/omnibox_focus_state.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_COMMON_OMNIBOX_FOCUS_STATE_H_
-#define CHROME_COMMON_OMNIBOX_FOCUS_STATE_H_
+#ifndef COMPONENTS_OMNIBOX_COMMON_OMNIBOX_FOCUS_STATE_H_
+#define COMPONENTS_OMNIBOX_COMMON_OMNIBOX_FOCUS_STATE_H_
// Omnibox focus state.
enum OmniboxFocusState {
@@ -39,4 +39,4 @@ enum OmniboxFocusChangeReason {
OMNIBOX_FOCUS_CHANGE_REASON_LAST = OMNIBOX_FOCUS_CHANGE_TYPING
};
-#endif // CHROME_COMMON_OMNIBOX_FOCUS_STATE_H_
+#endif // COMPONENTS_OMNIBOX_COMMON_OMNIBOX_FOCUS_STATE_H_
« no previous file with comments | « components/omnibox/common/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698