| Index: chrome/browser/ui/search/instant_commit_type.h
|
| diff --git a/chrome/browser/instant/instant_commit_type.h b/chrome/browser/ui/search/instant_commit_type.h
|
| similarity index 82%
|
| rename from chrome/browser/instant/instant_commit_type.h
|
| rename to chrome/browser/ui/search/instant_commit_type.h
|
| index 7da72a5f5b184a5bd96edd395574c5450f1339b7..3ead857c9269e3b3e1d2f2fcf2b3e286b51d0931 100644
|
| --- a/chrome/browser/instant/instant_commit_type.h
|
| +++ b/chrome/browser/ui/search/instant_commit_type.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_INSTANT_INSTANT_COMMIT_TYPE_H_
|
| -#define CHROME_BROWSER_INSTANT_INSTANT_COMMIT_TYPE_H_
|
| +#ifndef CHROME_BROWSER_UI_SEARCH_INSTANT_COMMIT_TYPE_H_
|
| +#define CHROME_BROWSER_UI_SEARCH_INSTANT_COMMIT_TYPE_H_
|
|
|
| // Reason why the Instant overlay is committed (merged into a tab).
|
| enum InstantCommitType {
|
| @@ -22,4 +22,4 @@ enum InstantCommitType {
|
| INSTANT_COMMIT_NAVIGATED,
|
| };
|
|
|
| -#endif // CHROME_BROWSER_INSTANT_INSTANT_COMMIT_TYPE_H_
|
| +#endif // CHROME_BROWSER_UI_SEARCH_INSTANT_COMMIT_TYPE_H_
|
|
|