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

Unified Diff: chrome/browser/sync/glue/session_model_associator_unittest.cc

Issue 6465005: [Sync] Initial support for encrypting any datatype (no UI hookup yet). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments. Rest of unit tests. Created 9 years, 10 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/sync/glue/session_model_associator_unittest.cc
diff --git a/chrome/browser/sync/glue/session_model_associator_unittest.cc b/chrome/browser/sync/glue/session_model_associator_unittest.cc
index 77f386666d2cc42a7012d5f0cbca410bed6126e7..9f0ce3c6ccd5e8fc50c418cda4d11bf39d7831e7 100644
--- a/chrome/browser/sync/glue/session_model_associator_unittest.cc
+++ b/chrome/browser/sync/glue/session_model_associator_unittest.cc
@@ -11,7 +11,6 @@
#include "chrome/browser/sync/glue/session_model_associator.h"
#include "chrome/common/page_transition_types.h"
#include "chrome/common/url_constants.h"
-#include "chrome/test/testing_profile.h"
#include "testing/gtest/include/gtest/gtest.h"
using browser_sync::SessionModelAssociator;

Powered by Google App Engine
This is Rietveld 408576698