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

Unified Diff: net/tools/crash_cache/crash_cache.cc

Issue 7529043: Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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
Index: net/tools/crash_cache/crash_cache.cc
===================================================================
--- net/tools/crash_cache/crash_cache.cc (revision 95949)
+++ net/tools/crash_cache/crash_cache.cc (working copy)
@@ -20,8 +20,8 @@
#include "base/string_util.h"
#include "base/threading/thread.h"
#include "base/utf_string_conversions.h"
-#include "net/base/net_api.h"
#include "net/base/net_errors.h"
+#include "net/base/net_export.h"
#include "net/base/test_completion_callback.h"
#include "net/disk_cache/backend_impl.h"
#include "net/disk_cache/disk_cache.h"
@@ -80,7 +80,7 @@
// -----------------------------------------------------------------------
namespace disk_cache {
-NET_TEST extern RankCrashes g_rankings_crash;
+NET_EXPORT_PRIVATE extern RankCrashes g_rankings_crash;
}
const char* kCrashEntryName = "the first key";

Powered by Google App Engine
This is Rietveld 408576698