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

Unified Diff: components/omnibox/omnibox_field_trial.h

Issue 447183003: Move OmniboxFieldTrial to components (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase & fix switch indent Created 6 years, 4 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/DEPS ('k') | components/omnibox/omnibox_field_trial.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/omnibox_field_trial.h
diff --git a/chrome/browser/omnibox/omnibox_field_trial.h b/components/omnibox/omnibox_field_trial.h
similarity index 98%
rename from chrome/browser/omnibox/omnibox_field_trial.h
rename to components/omnibox/omnibox_field_trial.h
index 0dc26a1142df40b2187ae37dd5d204c47a8dcc70..819759d053781c314f88572c91ad6407e55c3c02 100644
--- a/chrome/browser/omnibox/omnibox_field_trial.h
+++ b/components/omnibox/omnibox_field_trial.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_OMNIBOX_OMNIBOX_FIELD_TRIAL_H_
-#define CHROME_BROWSER_OMNIBOX_OMNIBOX_FIELD_TRIAL_H_
+#ifndef COMPONENTS_OMNIBOX_OMNIBOX_FIELD_TRIAL_H_
+#define COMPONENTS_OMNIBOX_OMNIBOX_FIELD_TRIAL_H_
#include <map>
#include <string>
@@ -344,4 +344,4 @@ class OmniboxFieldTrial {
DISALLOW_IMPLICIT_CONSTRUCTORS(OmniboxFieldTrial);
};
-#endif // CHROME_BROWSER_OMNIBOX_OMNIBOX_FIELD_TRIAL_H_
+#endif // COMPONENTS_OMNIBOX_OMNIBOX_FIELD_TRIAL_H_
« no previous file with comments | « components/omnibox/DEPS ('k') | components/omnibox/omnibox_field_trial.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698