| Index: components/google/core/browser/google_switches.h
|
| diff --git a/components/feedback/feedback_switches.h b/components/google/core/browser/google_switches.h
|
| similarity index 62%
|
| copy from components/feedback/feedback_switches.h
|
| copy to components/google/core/browser/google_switches.h
|
| index 046a827d3567b639eb4c6393e31e96899ff25690..eadc91a59c7b17b0a1312ffbbdd5c71c6c56680f 100644
|
| --- a/components/feedback/feedback_switches.h
|
| +++ b/components/google/core/browser/google_switches.h
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_FEEDBACK_FEEDBACK_SWITCHES_H_
|
| -#define COMPONENTS_FEEDBACK_FEEDBACK_SWITCHES_H_
|
| +#ifndef COMPONENTS_GOOGLE_CORE_BROWSER_GOOGLE_SWITCHES_H_
|
| +#define COMPONENTS_GOOGLE_CORE_BROWSER_GOOGLE_SWITCHES_H_
|
|
|
| namespace switches {
|
|
|
| // All switches in alphabetical order. The switches should be documented
|
| // alongside the definition of their values in the .cc file.
|
| -extern const char kFeedbackServer[];
|
| +extern const char kGoogleBaseURL[];
|
|
|
| } // namespace switches
|
|
|
| -#endif // COMPONENTS_FEEDBACK_FEEDBACK_SWITCHES_H_
|
| +#endif // COMPONENTS_GOOGLE_CORE_BROWSER_GOOGLE_SWITCHES_H_
|
|
|