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

Unified Diff: chrome/browser/extensions/extension_bookmark_helpers.h

Issue 3026031: browser: Fix some presubmit errors. (Closed) Base URL: git://git.chromium.org/chromium.git
Patch Set: Created 10 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/extensions/extension_bookmark_helpers.h
diff --git a/chrome/browser/extensions/extension_bookmark_helpers.h b/chrome/browser/extensions/extension_bookmark_helpers.h
index 4f81171bcd9ac5c7fd6ff96b618905b9ac086707..75938197fbb490171f3e21c6b4f2f9d7870ade70 100644
--- a/chrome/browser/extensions/extension_bookmark_helpers.h
+++ b/chrome/browser/extensions/extension_bookmark_helpers.h
@@ -17,9 +17,7 @@ DictionaryValue* GetNodeDictionary(const BookmarkNode* node,
bool only_folders);
// Add a JSON representation of |node| to the JSON |list|.
-void AddNode(const BookmarkNode* node,
- ListValue* list,
- bool recurse);
+void AddNode(const BookmarkNode* node, ListValue* list, bool recurse);
void AddNodeFoldersOnly(const BookmarkNode* node,
ListValue* list,
@@ -30,6 +28,6 @@ bool RemoveNode(BookmarkModel* model,
bool recursive,
std::string* error);
-}
+} // namespace extension_bookmark_helpers
-#endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_BOOKMARKS_HELPERS_H_
+#endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_BOOKMARK_HELPERS_H_
« no previous file with comments | « chrome/browser/bookmarks/recently_used_folders_combo_model.h ('k') | chrome/browser/geolocation/gps_location_provider_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698