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

Unified Diff: cloud_print/gcp20/prototype/printer.h

Issue 1366123002: Cleanup: IWYU for base/gtest_prod_util.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gtest_iwyu
Patch Set: more lint Created 5 years, 3 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 | « chromeos/network/network_configuration_handler.h ('k') | components/audio_modem/audio_recorder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cloud_print/gcp20/prototype/printer.h
diff --git a/cloud_print/gcp20/prototype/printer.h b/cloud_print/gcp20/prototype/printer.h
index fde8b8f781d3ef038cd46b9e25a6ad0036058734..26e68324dea977a4a2710e2a5c280f7da19f050f 100644
--- a/cloud_print/gcp20/prototype/printer.h
+++ b/cloud_print/gcp20/prototype/printer.h
@@ -2,13 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef GCP20_PROTOTYPE_PRINTER_H_
-#define GCP20_PROTOTYPE_PRINTER_H_
+#ifndef CLOUD_PRINT_GCP20_PROTOTYPE_PRINTER_H_
+#define CLOUD_PRINT_GCP20_PROTOTYPE_PRINTER_H_
#include <string>
#include <vector>
#include "base/files/file_path.h"
+#include "base/gtest_prod_util.h"
#include "base/memory/weak_ptr.h"
#include "cloud_print/gcp20/prototype/cloud_print_requester.h"
#include "cloud_print/gcp20/prototype/cloud_print_xmpp_listener.h"
@@ -252,5 +253,5 @@ class Printer : public base::SupportsWeakPtr<Printer>,
DISALLOW_COPY_AND_ASSIGN(Printer);
};
-#endif // GCP20_PROTOTYPE_PRINTER_H_
+#endif // CLOUD_PRINT_GCP20_PROTOTYPE_PRINTER_H_
« no previous file with comments | « chromeos/network/network_configuration_handler.h ('k') | components/audio_modem/audio_recorder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698