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

Unified Diff: components/google/core/browser/google_switches.h

Issue 301383003: Eliminate GoogleURLTracker's dependence on //chrome-level switches (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 7 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/google.gypi ('k') | components/google/core/browser/google_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « components/google.gypi ('k') | components/google/core/browser/google_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698