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

Side by Side Diff: chrome/browser/sync/sync_ui_util.h

Issue 10689154: Remove #pragma once from chrome/browser/sync (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/sync/sync_prefs.h ('k') | chrome/browser/sync/sync_ui_util_mac.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_SYNC_SYNC_UI_UTIL_H_ 5 #ifndef CHROME_BROWSER_SYNC_SYNC_UI_UTIL_H_
6 #define CHROME_BROWSER_SYNC_SYNC_UI_UTIL_H_ 6 #define CHROME_BROWSER_SYNC_SYNC_UI_UTIL_H_
7 #pragma once
8 7
9 #include <string> 8 #include <string>
10 9
11 #include "base/string16.h" 10 #include "base/string16.h"
12 #include "base/values.h" 11 #include "base/values.h"
13 #include "chrome/browser/sync/profile_sync_service.h" 12 #include "chrome/browser/sync/profile_sync_service.h"
14 13
15 class Browser; 14 class Browser;
16 class Profile; 15 class Profile;
17 16
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 87
89 // Returns a string describing the chrome version environment. Version format: 88 // Returns a string describing the chrome version environment. Version format:
90 // <Build Info> <OS> <Version number> (<Last change>)<channel or "-devel"> 89 // <Build Info> <OS> <Version number> (<Last change>)<channel or "-devel">
91 // If version information is unavailable, returns "invalid." 90 // If version information is unavailable, returns "invalid."
92 // TODO(zea): this approximately matches MakeUserAgentForSyncApi in 91 // TODO(zea): this approximately matches MakeUserAgentForSyncApi in
93 // sync_backend_host.cc. Unify the two if possible. 92 // sync_backend_host.cc. Unify the two if possible.
94 std::string GetVersionString(); 93 std::string GetVersionString();
95 94
96 } // namespace sync_ui_util 95 } // namespace sync_ui_util
97 #endif // CHROME_BROWSER_SYNC_SYNC_UI_UTIL_H_ 96 #endif // CHROME_BROWSER_SYNC_SYNC_UI_UTIL_H_
OLDNEW
« no previous file with comments | « chrome/browser/sync/sync_prefs.h ('k') | chrome/browser/sync/sync_ui_util_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698